error with sorting
error with sorting
Hello,
Im using DataTables version 1.7.4 with server-side processing.
When Im searching a non existing string (like xxx) the following json will send:
{
"sEcho": 2,
"iTotalRecords": "226",
"iTotalDisplayRecords": "0",
"aaData": []
}
I checked it with jsonlint no errors. But I get the error DataTables warning: JSON data from server could not be parsed. This is caused by a JSON formatting error.
My expectation is the note for sZeroRecords (dataTables.german.txt).
Any ideas what can be wrong?
Thanks a lot for you're great work!
Im using DataTables version 1.7.4 with server-side processing.
When Im searching a non existing string (like xxx) the following json will send:
{
"sEcho": 2,
"iTotalRecords": "226",
"iTotalDisplayRecords": "0",
"aaData": []
}
I checked it with jsonlint no errors. But I get the error DataTables warning: JSON data from server could not be parsed. This is caused by a JSON formatting error.
My expectation is the note for sZeroRecords (dataTables.german.txt).
Any ideas what can be wrong?
Thanks a lot for you're great work!
This discussion has been closed.