vue-tables-2
  • Dependencies & Compatability
  • Getting Started
    • Vue Version 3
  • Client Table
    • Asynchronous Loading
    • Grouping
    • Filtering Algorithm
    • Editable Cells
  • Server Table
    • Implementations
    • Custom Request Function
    • Setting Multiple Request Parameters
    • Error Message
    • Draw Counter
  • Virtual Pagination
  • Custom Template
  • Column Templates
  • Nested Data Structures
  • Selectable Rows
  • Date Columns
  • List Filters
  • Custom Filters
  • Custom Sorting
  • Multiple Sorting
  • Child Rows
  • Conditional Cell Styling
  • Columns Visibility
  • Methods
  • Properties
  • Events
  • Slots
  • Options API
Powered by GitBook
On this page
  • Dependencies
  • Compatibility

Was this helpful?

Dependencies & Compatability

Dependencies

  • Vue.js (>=2.0) or Vue.js(>=3.0)

  • Server Side: axios OR vue-resource (>=0.9.0) OR jQuery OR a custom request function for the AJAX requests

Compatibility

  • Vuex (>=2.0). Not supported on Vue 3 version

  • Bootstrap 3 / Bootstrap 4 / Bulma / Tailwind (on previously premium packages)

NextGetting Started

Last updated 3 years ago

Was this helpful?