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

Disabling checkboxes on page load with HTML sourced data not working #104

Closed Blimie closed 4 years ago

Blimie commented 4 years ago

Example with alternative solution for html sourced data (https://www.gyrocode.com/projects/jquery-datatables-checkboxes/examples/api/disable-checkboxes/#solution2) doesn't work for me. Even the checkboxes that are not grayed out are disabled. Can you please show a working example of disabling checkboxes with html sourced data? Thank You!

mpryvkin commented 4 years ago

I updated Disable checkboxes on page load page adding an example on jsFiddle for alternative solution with HTML-sourced data.

Blimie commented 4 years ago

works great! thanks a lot Michael