-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
🧰 feature-request✅ 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: generalgrid: hierarchical-gridgrid: tree-grid
Description
Is your feature request related to a problem? Please describe.
Right now we have the following Known limitation Currently we do not support mixing of column widths with % and px
- Add support for Column Resizing and AutoSizing of % widths. - Add support for Column Resizing and AutoSizing of % widths #7662
- Add support for Multi-Column Headers with % widths and mixed widths. - feat(igxGrid): Handle % width for MCH. #7625
- Run sample at: https://stackblitz.com/edit/angular-butmkq
- For the column with % width (ContactName), body cell has correct width, while header has much bigger width. This is resulting in misalignment between header and body cells.
- Update related specifications for Column Resizing and Multi-Column Headers.
- Remove known issue and document sizing with mixed widths. Section can be added here. PR -> Add information regarding resizing columns in percentages and remove obsolete one. igniteui-docfx#2045
Describe the solution you'd like
Introduce support for mixing % and px column widths
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🧰 feature-request✅ 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: generalgrid: hierarchical-gridgrid: tree-grid