Hi Team,
I have used datatable with ajax call. it is working perfectly.But when i applied filter on it, it is not filtering the row from the table. I have define both bFilter and serverSide as a true, still not working.
Help
Your server side code is responsible for providing the filtered data to display. See this page for more info: https://datatables.net/manual/server-side
What are you using for your server side code?
Kevin
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Your server side code is responsible for providing the filtered data to display. See this page for more info:
https://datatables.net/manual/server-side
What are you using for your server side code?
Kevin