web-components icon indicating copy to clipboard operation
web-components copied to clipboard

[grid] Dynamically set selectability per row

Open michael-learns opened this issue 7 years ago • 3 comments

It would be useful if there was an option to be able to disable the checkboxes in vaadin-grid-selection. An example use-case would be if the user would not allow the item to be selected if the item currently had no stock available, or if the item was not available to the user and other similar use-cases.

michael-learns avatar Jan 12 '18 02:01 michael-learns

The current workaround in Java project https://cookbook.vaadin.com/grid-conditional-select

TatuLund avatar Nov 05 '21 11:11 TatuLund

Is there a similar way to achieve this in the typescript version?

celluj34 avatar Oct 25 '23 17:10 celluj34

Acceptance Criteria with API design proposal: https://github.com/vaadin/platform/issues/4956

rolfsmeds avatar Jan 24 '24 15:01 rolfsmeds