FlowingCode / TwinColGridAddon

TwinColGrid Vaadin Add-on
https://www.flowingcode.com/en/open-source/
Apache License 2.0
7 stars 7 forks source link

forEachSide(...) should be public #94

Closed corbettcode closed 2 years ago

corbettcode commented 2 years ago

forEachSide(...) should be public so a developer can set additional properties.

javier-godoy commented 2 years ago

forEachSide receives a consumer of TwinColModel<T> which is an object that describe the private state of each side. Would forEachGrid(Consumer<Grid<T>> consumer) work for this case? I understand the goal is applying the same configuration to both grids.

javier-godoy commented 2 years ago

Released in v2.7.0