DataTables Warning: Unexpected number of TD Elements
DataTables Warning: Unexpected number of TD Elements
I am getting the following message on IE only, "DataTables warning: Unexpected number of TD elements. Expected 20 and got 24. DataTables does not support rowspan / colspan in the table body, and there must be a cell for each row/column combination." After recieving this error i have checked and everything is right. There are no row/col spans being used and all the data thats supposed to be there is there. When i look at the js at runtime i have the following error, "'undefined' is null or not an object jquery.dataTables.min.js,line 84, character 7" that code is "if(typeof sData.charAt!="function"){return null}".
This discussion has been closed.
Replies
pls post your datatables js code, html code and an example of your datasource.
Regards,
achlan
it was to much to put in here
http://pastie.org/906286
i know its alot of code but i dont have any indication of which one the error is coming from