Skip to content

Commit

Permalink
Work
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Jan 24, 2022
1 parent 318c255 commit 6177b40
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ export const useGridFilter = (
}
return {
filteredRowsLookup,
// For flat tree, the `visibleRowsLookup` and the `filteredRowsLookup` since no row is collapsed.
visibleRowsLookup: filteredRowsLookup,
filteredDescendantCountLookup: {},
};
Expand Down

0 comments on commit 6177b40

Please sign in to comment.