searching is not working for dynamic data.
searching is not working for dynamic data.
sween123
Posts: 1Questions: 0Answers: 0
As i apply nodejs as backend in datatables..now searching is not working in datatables as data is dynamic .So how should i handle this and make searching working fine.
This discussion has been closed.
Replies
Hi @sween123 ,
If you have
serverSide
enabled, then the server script needs to do the filtering and only return matching records. If that's not enabled, all searching is done on the client.We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin