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 listener for column visible toggle #27

Closed a-schild closed 2 years ago

a-schild commented 2 years ago

To be able to store the "visible" columns we need to a have alistener which handles the visisble/invisible changes of the grid columns

javier-godoy commented 2 years ago

Thanks for the suggestion! Feature has been released in version 0.3.0

a-schild commented 2 years ago

Works nice. Thanks