daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 520 forks source link

How to select all check boxes in multiple pages #539

Open mallik482 opened 7 years ago

mallik482 commented 7 years ago

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.

kybarg commented 7 years ago

Are you using ajax paging?

mallik482 commented 7 years ago

No , All data I have all the data.

On Sun, Jan 22, 2017, 3:56 PM Ruslan Kyba notifications@github.com 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 .

mrhammadasif commented 7 years ago

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