restrict server side processing to call only on pagination
restrict server side processing to call only on pagination
I have a requirement to call Server Side Processing (ajax call) only when user clicks on pagination links - Previous 1 2 ... n Next. Currently I have implemented SSP in my application and its working like a charm. However I want my server to be called only when user clicks on pagination and not on other events like, change dropdown, search, clicking on header that sorts the info.
I have searched many things but was not able to get the solution for this. I reffered - https://www.datatables.net/examples/data_sources/server_side.html
Answers
Any help on this guys?