You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using automatic widths for grid columns, there is the potential for columns to be automatically sized too small and be manually size too small. Also, when using custom renderers for the table headers, the content can be cut off which is undesirable.
Describe the solution you'd like
Add a "min width" attribute to the Vaadin Grid Column component to force automatic widths and resizing columns to be at a minimum width on a per column basis.
Handling the resize event and forcing width externally. This was considered not good user experience as it only triggers once the mouse button is released.
Handling resizing for the automatic widths when data is loaded. This causes the grid to flicker on load with the auto width sizes for a split second.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe your motivation
When using automatic widths for grid columns, there is the potential for columns to be automatically sized too small and be manually size too small. Also, when using custom renderers for the table headers, the content can be cut off which is undesirable.
Describe the solution you'd like
Add a "min width" attribute to the Vaadin Grid Column component to force automatic widths and resizing columns to be at a minimum width on a per column basis.
I have a candidate for the code necessary to add this in a fork here: https://github.com/tstiegler/web-components
Describe alternatives you've considered
Additional context
No response
The text was updated successfully, but these errors were encountered: