platform icon indicating copy to clipboard operation
platform copied to clipboard

Grid column minWidth and maxWidth

Open rolfsmeds opened this issue 1 year ago • 0 comments
trafficstars

Description

API for setting minWidth and maxWidth on Grid columns, limiting user resizing and autoWidth sizes of columns.

Acceptance criteria

  • [ ] API for WC/React e.g. minWidth & maxWidth properties on vaadin-grid-column
  • [ ] API for Flow e.g. setMinWidth(String) & setMaxWidth(String) on Grid.Column
  • [ ] Limits end-user resizing of columns using resize handles
  • [ ] Limits autoWidth to be within min & max
  • [ ] If a specific width set on the column falls outside min/max, the min/max is used instead

General criteria

  • [ ] APIs reviewed
  • [ ] Design
  • [ ] Performance
  • [ ] UX/DX tests in Alpha
  • [ ] Documentation:
  • [ ] How to test?
  • [ ] Limitations:

Security

  • [ ] Security implications have been taken into account (elaborate or link to product security requirement specification if there are implications)

rolfsmeds avatar Jun 28 '24 15:06 rolfsmeds