-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(state): don't use previous columns ref when getting current cols
- in our current project, if we were to create a Grid View by hidding some columns and then revert to default Grid View and then creating a 2nd Grid View it would reuse the hidden columns from the 1st Grid View even though we wanted to base our 2nd Grid View from the base (which is supposed to have all columns shown)... so basically the issue was that we shouldn't keep/reuse of the columns, we should reevaluate every time
- Loading branch information
1 parent
01158bb
commit f312c60
Showing
4 changed files
with
5 additions
and
14 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
Binary file modified
BIN
-60 Bytes
(100%)
packages/vanilla-bundle/dist-grid-bundle-zip/slickgrid-vanilla-bundle.zip
Binary file not shown.