DataTables warning on my page

DataTables warning on my page

cparkcpark Posts: 3Questions: 0Answers: 0
edited October 2012 in DataTables 1.9
Hi,

I am getting the following error message:

DataTables warning(table id='headerTable0'): Requested unknown parameter '32' from the data source for row 0

on this page:

http://codeturtle.com/files/jdatatable0.html

Can anyone help?

Thanks

Replies

  • allanallan Posts: 63,394Questions: 1Answers: 10,451 Site admin
    33 columns going by the header, but only 32 in the table, so DataTables flagging a warning on the lost column.

    Allan
  • renzosilvrenzosilv Posts: 11Questions: 0Answers: 0
    On your table head you have 3 rows but they are not all of the same size. I'm not a 100% sure but I think your first colspan should be 32 and not 100.
  • cparkcpark Posts: 3Questions: 0Answers: 0
    Thanks. That resolved my problem
This discussion has been closed.