How to re-draw a table with the custom filters?
How to re-draw a table with the custom filters?

I have a server side datatable, on top of the table i am having custom advanced search.
how to make a api call to the server with the search inputs and draw the table
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You can just use
search()
- that will work whether it's server-side or client-side.Colin
Can you please suggest some examples for searching in the server side
Here's an example using
search
instead : http://live.datatables.net/pemozehi/1/edit .Colin
Thanks Colin