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

Was this helpful?

  1. Server Table

Implementations

PreviousServer TableNextCustom Request Function

Last updated 5 years ago

Was this helpful?

While implementing the server-side code is entierly up to the user, I have included a basic for Laravel Users.

If you happen to write other implementations for PHP or other languages, a pull request would be most welcome, under the following guidelines:

  1. Include the class under `./server/{language}`.

  2. Name it according to convention: `{concrete}VueTables`.

  3. if this is the first implementation in this language add an interface similar to the one found in the PHP folder.

  4. Have it implement the interface.

  5. Test It

Eloquent implementation