Server-side - added fnRowCallback, and now global table search no longer works

Server-side - added fnRowCallback, and now global table search no longer works

htanyahtanya Posts: 4Questions: 0Answers: 0
edited August 2013 in General
Hello,

I am currently using DataTables with a server-side script. Everything was working well. I have a global search, as well as an individual column search for each of my columns.

Issue: after having added fnRowCallback (used it to add links to the contents of the 1st column), all is well EXCEPT the global table search NO LONGER WORKS.

Does anyone know why, and how to fix it?

Replies

  • allanallan Posts: 63,500Questions: 1Answers: 10,471 Site admin
    If you are using server-side processing, then the filtering is done at the server, so I don't know what the issue is.

    Please link to a test case: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read

    Allan
This discussion has been closed.