aData is undefined in datatables - tried everything on the forums here - none worked. Help plz?
aData is undefined in datatables - tried everything on the forums here - none worked. Help plz?
sridhar1982
Posts: 3Questions: 0Answers: 0
I am using `1.9.4 -jquery.dataTables.js`. I get `aData is undefined` error. I have seen several posts that on this issue, I tried everything but none helped.
My `JSON object` that is returned is what datatables expects. it has "aaData" field which is an array of arrays. I am trying out with only one column to fix the bug.
I get a pop-up error-message on the browser
DataTables warning (table id = 'search_table'): list index out of rangelist index out of range
In the firebug console, I see
aData is undefined in 2038 at jquery.dataTable.js
for ( var i=0, iLen=aData.length ; i
My `JSON object` that is returned is what datatables expects. it has "aaData" field which is an array of arrays. I am trying out with only one column to fix the bug.
I get a pop-up error-message on the browser
DataTables warning (table id = 'search_table'): list index out of rangelist index out of range
In the firebug console, I see
aData is undefined in 2038 at jquery.dataTable.js
for ( var i=0, iLen=aData.length ; i
This discussion has been closed.
Replies
2. Please link to test cases
These are the two forum rules. Please follow them.
I've deleted one of your other duplicates, and I've already commented on this one: http://datatables.net/forums/discussion/20408 . I'll leave this one as well due to feedback from jjwillemen.
Please link to a test case if you would like assistance.
Allan