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

Plugin breaks KeyTable plugin #140

Closed Miro-Sandberg closed 11 months ago

Miro-Sandberg commented 2 years ago

This plugin has issues working together with datatables keyTable plugin. If I load this before keyTable, datatables table.keys is undefined If I load this after keyTable, table.keys works but table.column(0).checkboxes is undefined

mpryvkin commented 2 years ago

I could not recreate the problem, see this example.