I got a grid, with checkboxes plugin and Pagination.
I can get selected rows only for the current page I'm at, but not of all the rows. How one can do that?
I search the code, tried finding the global array slickgrid is taking the selected rows when it enters a new page (dataView.syncGridSelection(grid, true)
), but didn't manage doing so till now...
Thanks for any help.