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

Uncaught TypeError: Cannot read property 'register' of undefined #111

Closed ikramooe closed 4 years ago

ikramooe commented 4 years ago

i keep getting this error Uncaught TypeError: Cannot read property 'register' of undefined at checkbox.min.js

and the checkboxes aren't showing

lenamtl commented 4 years ago

Hi,

Check the order of your Javascript files and make sure you have all the required Javascript files

mpryvkin commented 4 years ago

Yes, @lenamtl is correct. Most likely the issue is that you're including checkbox plugin BEFORE jQuery and/or jQuery DataTables files. It needs to be included AFTER jQuery and jQuery DataTables CSS/JS files.