oSettings error
oSettings error
Hi
I have a problem with the datatables plugin where I have two tables on the one page. The first table loads fine but the second table does not load correctly and I get the following javascript:
Error: oSettings.aoData[i]._aData[iCol] is undefined
Source File: jquery.dataTables.js Line: 3774
Has anyone seen this error before?
Many Thanks
Danny
I have a problem with the datatables plugin where I have two tables on the one page. The first table loads fine but the second table does not load correctly and I get the following javascript:
Error: oSettings.aoData[i]._aData[iCol] is undefined
Source File: jquery.dataTables.js Line: 3774
Has anyone seen this error before?
Many Thanks
Danny
This discussion has been closed.
Replies
I've only seen that error occur when the number of TH and TD cells don't add up (i.e. incomplete column) - or if colspan/rowspan is used in the body (which DataTables doesn't support). I'd suggest running your page through the W3C validator and making sure it validates. If that doesn't help, could you post back with a link please?
Regards,
Allan