-
-
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(resize): columns reposition not coming back after grid setOptions
- when using SF custom grid view with `changeColumnsArrangement()` and then calling SlickGrid `setOptions`, the columns positions were reverting back to their original positions because of the `setOptions` 3rd argument that calls internally `treeColumns.extractColumns()` which reverts column positions, there must be something wrong in that SlickGrid internal code but for now a quick fix is to set the `setOptions` 3rd argument to `true` and right after we need to call `reRenderColumns` so that all grid options (like `editable` toggling) are reflected correctly in the grid
- Loading branch information
1 parent
515a072
commit f2027e6
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
Binary file modified
BIN
+23 Bytes
(100%)
packages/vanilla-bundle/dist-grid-bundle-zip/slickgrid-vanilla-bundle.zip
Binary file not shown.
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