Server Table
Getting started with server table
All request data is passed in the following GET parameters:
query
limit
page
orderBy
ascending
byColumn
You need to return a JSON object containing two properties:
data
:array
- An array of row objects with identical keys.count
:integer
- Total count before limit.
Last updated
Was this helpful?