I would like to implement saving and restoring checked state (check and uncheck) rows in my slickgrid.
The row checked state should be persisted to cookie. after pagination or page reloading checkboxes should be restored.
Where to start (slick.rowselectionmodel.js or slick.checkboxselectcolumn.js?)
You can access and restore the selected rows pretty easily, but it might be better to use
localStorage
rather than a cookie:Then when you initialize the grid: