-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix memo (grid header, cells, rows) fix tests fix row re-rendering on cell focus change fix gridheaders re-rendering on each focus change move grid headers, body and footer to GridRoot, and memoize GridRoot fix VirtualScroller re-rendering on each focus change fix virtualRow in pinned rows fix focusedVirtualCell potentially depending on stale rendercontext undo some testing changes docs:api whoopsie fix pinned skeleton overlays move PinnedPosition enum to internals rename to PinnedColumnPosition rebuild docs api Update packages/x-data-grid/src/components/containers/GridRoot.tsx Co-authored-by: Rom Grk <[email protected]> Signed-off-by: Lauri <[email protected]> fastmemo undo erroneous change gridheaderfilter styles change reduce lookup cost alternative lookup with maps fix useGridVisibleRows memoization don't filter rows is there's no depth fix filter selector make it nicer test with row lookupMap unit tests passing + clean up a bit docs:api attachPinnedStyle lint fix up virtual focus cell selector pass only necessary dimensions into the GridRow rebase and refactor #15929 proptypes fix double-rendering of pinned columns introduced by #15116 fix tests re-evaluate renderContext on toggling virtualization to avoid manual overrides to renderContext fix tests lint
- Loading branch information
Showing
41 changed files
with
600 additions
and
507 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
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
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
Oops, something went wrong.