Parameters in serverside for load datatable pagination and order

Parameters in serverside for load datatable pagination and order

klermannklermann 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

Answers

  • bindridbindrid Posts: 730Questions: 0Answers: 119

    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.

  • klermannklermann Posts: 277Questions: 67Answers: 1

    I fully understand that, but what does the datatable expect to receive?

  • tangerinetangerine Posts: 3,350Questions: 37Answers: 394
    Answer ✓
This discussion has been closed.