-
Notifications
You must be signed in to change notification settings - Fork 160
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug👀 status: in-reviewIssue is currently being reviewedIssue is currently being reviewedgrid: column-hidinggrid: hidingversion: 21.0.x
Description
Description
The columns of the igx grid are set to a minimal size when a grid state has been applied that has all columns hidden.
Steps to reproduce
- Hide all the columns
- Save the grid state using the
IgxGridStateDirective - Apply the grid state with the hidden columns
- Enable some/all columns
Can be reproduced in this repository
Result
The column width is set to it's minimum and the rows are no longer visible.
Expected result
The grid should expand the enabled columns to fill the available width and display the rows.
Attachments
igx-grid-state-issue.mp4
Reactions are currently unavailable
Metadata
Metadata
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug👀 status: in-reviewIssue is currently being reviewedIssue is currently being reviewedgrid: column-hidinggrid: hidingversion: 21.0.x