oSettings error

oSettings error

dannyydannyy Posts: 7Questions: 0Answers: 0
edited January 2010 in General
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

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    Hi Danny,

    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
This discussion has been closed.