aDataSupplied is Null when using search function
aDataSupplied is Null when using search function
hammer
Posts: 2Questions: 0Answers: 0
Hi All,
I've used Datatables 1.7.3 and use server side programming (like http://datatables.net/development/server-side/php_mysql) to get the data out of my database.
When I try the search box, after typed 3 characters I get a javascript error 'aDataSupplied is null' on line 2487
When typed 1 character and 2 characters, the filter works great.
Any suggestions?
Thanks in advance!
I've used Datatables 1.7.3 and use server side programming (like http://datatables.net/development/server-side/php_mysql) to get the data out of my database.
When I try the search box, after typed 3 characters I get a javascript error 'aDataSupplied is null' on line 2487
When typed 1 character and 2 characters, the filter works great.
Any suggestions?
Thanks in advance!
This discussion has been closed.
Replies
Allan
I checked my JSON answer from the server and noticed an error at the end (ended like "],null,null,null,null...")
I debugged the php script and now it's working great.
Thanks a lot!
Allan