web-components
web-components copied to clipboard
Grid component to support a minimum width for columns
Describe your motivation
In certain contexts resizing the grid column below a certain size is not desirable. Having the ability to specify a minimum column width would only allow the user to resize up to the minimum width, and no more.
Describe the solution you'd like
Add a method public Column<T> setMinWidth(String width) to the Grid.Column class.
Describe alternatives you've considered
No response
Additional context
No response