gyrocode / jquery-datatables-checkboxes

Checkboxes is an extension for the jQuery DataTables library that provides universal solution for working with checkboxes in a table.
https://www.gyrocode.com/projects/jquery-datatables-checkboxes/
MIT License
150 stars 61 forks source link

TypeError: cellIdx is undefined #54

Closed ThibaultMartinPenbase closed 6 years ago

ThibaultMartinPenbase commented 6 years ago

Hello,

When I select a checkbox I have a error TypeError: cellIdx is undefined. http://www.monde-rp.fr/test.html

Do you have an idea ?

mpryvkin commented 6 years ago

You have invalid HTML markup for cells containing checkboxes. You are using th instead of td.