-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce min and max width constraints before initial fill (#881)
Ensures that min and max column widths are enforced on initial render. Before, min and max column widths were only enforced in two cases: * when the widthConstraint mode was violated * when the user manually resized column In particular, if `widthConstraint` was `none`, or the chosen `widthConstraint` was not initially violated (e.g. `lte-container` with few columns), min and max column widths would be ignored on initial render.
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters