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

SelectionFilter grays out the first column in single-selection mode #11

Closed javier-godoy closed 2 years ago

javier-godoy commented 2 years ago

image

javier-godoy commented 2 years ago

Fixed. For Vaadin 23 now it works out-of-the-box. For Vaadin 22 it requires styling vaadin-grid with --fcgh-noselect-opacity: 1 because of https://github.com/vaadin/web-components/issues/1536