gyrocode/jquery-datatables-checkboxes

Select All not working in IE/Safari

thepgchris opened this issue · 2 comments

When using the select all check box in th, check boxes are not selected/deselected.

Tested in iOS safari and IE 11
Edit: using version 1.2.9 of plugin

I can't replicate the issue with IE 11, this example works for me correctly.

Can you please replicate the issue using this example as a basis? Thanks!

Thanks for the quick response, I resolved the issue. I was calling the draw function on change of select all. This worked on firefox and chrome but was causing the IE and safari issue.