How can I set condition for server side processing of datatable?

How can I set condition for server side processing of datatable?

karanlkaranl 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

Answers

This discussion has been closed.