Loading AJAX error
Loading AJAX error
Here is a link: http://live.datatables.net/fafaguba/1/
I cannot get the Ajax to load and format two of the nested objects. The JSON is valid and after it fails it does at least count the records correctly.
I've read through the error code here but I don't understand it: http://datatables.net/tn/4
Can anyone help?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Looks like you need to change this:
To this:
You are to use the
columns.dataoption. Datatables doesn't know whatfastestis within the columns config.Kevin
Thanks a ton. It's working with that change.