Skip to content

Commit

Permalink
Expand the filteredChildrenCountLookup description
Browse files Browse the repository at this point in the history
  • Loading branch information
arminmeh committed Jul 11, 2024
1 parent 3063a2a commit 898ce3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export interface GridFilterState {
/**
* Amount of children that are passing the filters or have children that are passing the filter (does not count grand children).
* If a row is not registered in this lookup, it is supposed to have no descendant passing the filters.
* If `GridDataSource` is being used to load the data, the value is `-1` if the children count is unknown.
*/
filteredChildrenCountLookup: Record<GridRowId, number>;
/**
Expand Down

0 comments on commit 898ce3c

Please sign in to comment.