md-data-table icon indicating copy to clipboard operation
md-data-table copied to clipboard

How to select all check boxes in multiple pages

Open mallik482 opened this issue 8 years ago • 3 comments

I have total 800 records and my aim is to select all records at a time. I tried to all records in single page but i am facing scroll issue (slow scrolling). Hence i tried to use pagination.

But problem is every page i need to select all records again and again

How to select all records at a time.

mallik482 avatar Jan 20 '17 05:01 mallik482

Are you using ajax paging?

kybarg avatar Jan 22 '17 10:01 kybarg

No , All data I have all the data.

On Sun, Jan 22, 2017, 3:56 PM Ruslan Kyba [email protected] wrote:

Are you using ajax paging?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/daniel-nagy/md-data-table/issues/539#issuecomment-274322387, or mute the thread https://github.com/notifications/unsubscribe-auth/ALflpq9yCgElms5dsO4K1U6XaB93qyJ9ks5rUy7qgaJpZM4Lo8fB .

mallik482 avatar Jan 22 '17 14:01 mallik482

You have to manually put all of the records in the selected ng-model after applying the filter

mrhammadasif avatar Aug 19 '17 09:08 mrhammadasif