platform
platform copied to clipboard
Grid column minWidth and maxWidth
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&maxWidthproperties onvaadin-grid-column - [ ] API for Flow e.g.
setMinWidth(String)&setMaxWidth(String)onGrid.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)