Parameters in serverside for load datatable pagination and order
Parameters in serverside for load datatable pagination and order
klermann
Posts: 277Questions: 67Answers: 1
To display the data in the datatable the serverside parameter must be set to true, and to the server which parameters are sent so that the datatable works correctly and only loads the data that is displayed on the screen and not the whole list?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Basically, when server side is true, its basically up to the programmer to use the parameters to figure out what to send back. Server side is typically used for very large datasets and slow networks where might otherwise be left waiting an extend period of time for the entire dataset to load.
I fully understand that, but what does the datatable expect to receive?
Documented here:
https://datatables.net/manual/server-side