-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug🧨 severity: medium✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.grid: column-resizingversion: 19.2.xversion: 20.0.x
Description
Description
In a grid with columns that don't have width set, the width defaults to 136px with the property minWidth
that should affect this (by spec) not having any effect.
- igniteui-angular version: latest
- browser: n/a
Steps to reproduce
- Open https://stackblitz.com/edit/d37qt97a-gqnfqw6y
- Observe the column widths of columns after the first one
Result
The columns disregard the min width and render at the default width of 136px
Expected result
The columns to render at the specified minWidth of 44px (as they are overflowing the container anyway, even at 44px)
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug🧨 severity: medium✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.grid: column-resizingversion: 19.2.xversion: 20.0.x