web-components icon indicating copy to clipboard operation
web-components copied to clipboard

Grid component to support a minimum width for columns

Open nbabb opened this issue 3 years ago • 0 comments

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

nbabb avatar May 09 '22 18:05 nbabb