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

Error using latest jquery-3.6.0 #131

Closed emanuelriolan closed 2 years ago

emanuelriolan commented 2 years ago

image

mpryvkin commented 2 years ago

I have tested with jQuery 3.6.0 but could not replicate the issue. Can you please create an example on jsFiddle.net demonstrating the problem using this example as a start? Thanks!

emanuelriolan commented 2 years ago

This example on jsFiddle sir. https://jsfiddle.net/emanuelriolan/d3mc8vtb/9/

mpryvkin commented 2 years ago

Thanks for the example. The problem is not in jQuery version. It is not documented well but the solution to this problem is to use dt-checkboxes class for input element, please see this example. As for now this class is required on input element when rendering custom checkbox.