How can I set condition for server side processing of datatable?
How can I set condition for server side processing of datatable?
karanl
Posts: 6Questions: 3Answers: 0
In my project,I want to set a condition so that if it evaluates to true then I want to go to the server through ajax.
e.g. I want server side processing only for pagination and filtering but for searching it should be conditioned i.e I want to search at client side,if it fails,then go to the server
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You might be interested in this thread from today:
https://datatables.net/forums/discussion/46915/local-search-with-serverside-data-load-pagination#latest
Kevin
Thank you for your answer.