Server side filtering error

Server side filtering error

AleCat83AleCat83 Posts: 2Questions: 0Answers: 0
edited January 2013 in DataTables 1.9
Hello guys,

I've got a problem using DataTabvle 1.9. I've created the server side script in php with all the filter operations,and the ajax interaction with the table. When I first load the page the Table correcty populate itself with all the data.
When I insert a search string the table show the "processing" message but nothing happens. I've checked server side and the query is correct, also the json data in output seems corrected filtered.

Someone can give me some advice?

Thank you very much

Alessandro

Replies

  • allanallan Posts: 63,389Questions: 1Answers: 10,449 Site admin
    I'd guess you aren't returning sEcho correctly, but we'd need a link to a test case to be sure.

    Allan
  • AleCat83AleCat83 Posts: 2Questions: 0Answers: 0
    Hello Allan,
    thank you for your reply. That was exactly my problem! I've fixed the returning sEcho and now all is working properly.
    Thank you

    Alessandro
This discussion has been closed.