FlowingCode / TwinColGridAddon

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

Refactor the component layout #92

Open javier-godoy opened 2 years ago

javier-godoy commented 2 years ago

Over the years, we have been stacking assumptions on how the component should look, while adding new features and migrating from Vaadin 8. In consequence:

This change should be addressed in a major release.

mlopezFC commented 2 years ago

We discussed about this and the idea is to create a basic web component that will act as a layout to simplify the dom structure. It will not be published as an external web component at least initially but will be embedded in the same jar. So it will function 100% server side to maintain the API.