vaadin-component-factory / selection-grid-flow

Add the functionality to Vaadin Grid to focus on a particular row and column and select a range of rows with SHIFT/CTRL Click
https://incubator.app.fi/selection-grid-flow-demo/
Apache License 2.0
4 stars 8 forks source link

Prevent row selection #32

Open yturchanin opened 2 years ago

yturchanin commented 2 years ago

Hi,

I'm looking for the possibility to prevent selection of some rows. I tried to use custom GridSelectionModel, but since the row selection is done on the client, I can only deselect it afterwards. Is there any chance to prevent selection on the client side and make some rows not selectable?

Thanks and regards YT