mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

Checkbox retaining on pagination #1165

Open thimothy26 opened 7 years ago

thimothy26 commented 7 years ago

I am new to slickgrid. i added checkbox in my grid using (Checkbox plugin) the issue is

when i selected the checkbox first page and first row , it automatically selects, first row checkbox in all other pages

6pac commented 7 years ago

You might need: https://github.com/mleibman/SlickGrid/wiki/DataView look under: Synchronizing selection & cell CSS styles

I'd advise you to use my repo - this repo is unmaintained.