searching is not working for dynamic data.

searching is not working for dynamic data.

sween123sween123 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.

Replies

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    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

This discussion has been closed.