Closed greg606 closed 9 years ago
@greg606 I see a lot of issues you opened with no or very brief description which I'll close with no exceptions. Any new issue that you open with no description will not be treated.
//fix for alidatable checkboxes all (with icheck checkbox plugin event)
$('[name=datatable_action_all]').on('ifChanged', function () {
var checkBoxes = $('td :checkbox');
checkBoxes.prop("checked", !checkBoxes.prop("checked"));
});
When you click on select all button it has no effect. All checkboxes should be checked.