FlowingCode / GridHelpers

Several grid recipes for Vaadin 23+ (and 22), ready to use. DOES NOT require extending Grid.
https://addonsv23.flowingcode.com/grid-helpers
Apache License 2.0
12 stars 1 forks source link

Add radio button selection column helper #113

Closed flang closed 9 months ago

flang commented 10 months ago

When Grid is in multi selection mode, cells from first column contains a checkbox that allows selecting multiple rows. This new feature would display a radio button in the first column cells when grid is in single selection mode.

There's a related issue to this https://github.com/vaadin/web-components/issues/1334