mdDataTable icon indicating copy to clipboard operation
mdDataTable copied to clipboard

Checkbx enhancement for better usability..

Open alan-K-R opened this issue 8 years ago • 1 comments

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.. image

Using $('th md-checkbox').removeClass('md-checked'); on pagination event call but will not work properly:(


This change is Reviewable

alan-K-R avatar Jan 08 '17 06:01 alan-K-R

This is an issue i faced while using pagination and checkboxes,

  1. 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..

alan-K-R avatar Jan 08 '17 06:01 alan-K-R