mleibman / SlickGrid

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

RowSelectionModel does not respect the "selectable" of rows #941

Open gkostov opened 10 years ago

gkostov commented 10 years ago

RowSelectionModel selects regardless of the "selectable" property of individual rows. Is this intentional or do you think a fix would be worth merging to the library?