Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grid column minWidth and maxWidth #6553

Open
13 tasks
rolfsmeds opened this issue Jun 28, 2024 · 0 comments · May be fixed by vaadin/web-components#7557
Open
13 tasks

Grid column minWidth and maxWidth #6553

rolfsmeds opened this issue Jun 28, 2024 · 0 comments · May be fixed by vaadin/web-components#7557
Labels
acceptance criteria used for the acceptance criteria checklist DS Design System feature (e.g. component)

Comments

@rolfsmeds
Copy link
Collaborator

rolfsmeds commented Jun 28, 2024

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 rolfsmeds added the acceptance criteria used for the acceptance criteria checklist label Jun 28, 2024
@rolfsmeds rolfsmeds added the DS Design System feature (e.g. component) label Jun 28, 2024
@jcgueriaud1 jcgueriaud1 linked a pull request Jul 17, 2024 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acceptance criteria used for the acceptance criteria checklist DS Design System feature (e.g. component)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant