json file is read but not displayed.. getting error .. f is not defined

json file is read but not displayed.. getting error .. f is not defined

sjassjas Posts: 2Questions: 0Answers: 0
edited April 2014 in DataTables 1.9
Im using dataTables min 1.9.2

What I want to do is get data from server. This data is in json format.
I can see that the data is gotten successfully in the server, but it is not displayed and also get the error, f is undefined.

This is the where the code stops (shown below is code taken from dataTables js)
[code]
var f=a.sAjaxDataProp!==""?W(a.sAjaxDataProp)(c):c;
for(b=0;b
This discussion has been closed.