-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(columns): don't reset resized columns on data reset by default
Previously, if a user resized a column and the data were reset, the column size would also be reset. Instead, disable this behavior by default and add a flag (`allowCustomWidthOverride`) to allow it. Code originally taken from mage-eag@966c4d9 Fixes #4005
- Loading branch information
1 parent
e6bc300
commit bda48aa
Showing
2 changed files
with
32 additions
and
27 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