mdDataTable
mdDataTable copied to clipboard
Checkbx enhancement for better usability..
When you use "selectable-rows" with pagination, the header checkbox is set to true on all pages, trying to find a way to clear this on next page..
Using $('th md-checkbox').removeClass('md-checked'); on pagination event call but will not work properly:(
This is an issue i faced while using pagination and checkboxes,
- if you increase pagination with some rows selected, you loose selected rows, will call the checkbox management provider created to deal with this if this code passes your wise reviewers..