-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for including hidden columns when autosizing (#3424)
* New `GridAutosizeOptions.includeHiddenColumns` config controls whether hidden columns should also be included during the autosize process. Default of `false`. Useful when applications provide quick toggles between different column sets and would prefer to take the up-front cost of autosizing rather than doing it after the user loads a column set. --------- Co-authored-by: Anselm McClain <[email protected]>
- Loading branch information
1 parent
10eb91d
commit eca2075
Showing
3 changed files
with
31 additions
and
4 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
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