DataTable Warning. JSON data from server could not be parsed
DataTable Warning. JSON data from server could not be parsed
andreaskosasih
Posts: 1Questions: 1Answers: 0
Can anyone help me?
I got this error,
datatables warning(table id = ' ') datatables warning : json data from server could not be parsed. this is caused by a json formatting error
from firebug, i got this result;
Error: Parse error on line 1:
This discussion has been closed.
Answers
The error means what it says - the data returned from the server is not valid JSON. Use JSONLint.com or similar to check it.
Allan