I am looking for an advice on how to proceed and wanted to see if anyone has implemented similar requirement.
Please provide some suggestions on the potential approach.
I have a angular ui-grid which is changed a little bit to replace OK button with checkboxes.
Its working fine to click "select all" which selects all rows in the UI-grid. But I am looking to scope the selection to current page in the pagination.
Selection should retain while moving from page to page.
User selects Page 1 "select all checkbox". Then goes to Page 2 and might select "select all checkbox". At this point both Page 1 and Page 2 should be selected. There might be more than the selected 2 pages but only the pages on which select all is checked should be selected.
Thanks for your time in reading and providing suggestions
Here is a Plunker link with the pagination and checkboxes.
[http://plnkr.co/edit/Ji7gLbfQTohnEj04mYFM?p=preview][1]
Thanks a lot