I am facing problem when trying to implement server side pagination
I am facing problem when trying to implement server side pagination
lukeangular
Posts: 1Questions: 0Answers: 0
in DataTables
Replies
Server Side Processing is a client and server solution. The server is expected to support the SSP protocol and to return only the rows for the page being displayed. If you are using a public API then enabling server side processing is probably not going to work. You will need to look at the API to see if it supports paging then, if it does, setup your own paging buttons and click events to send the proper information to the API to perform paging.
Kevin