We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3063a2a commit 898ce3cCopy full SHA for 898ce3c
packages/x-data-grid/src/hooks/features/filter/gridFilterState.ts
@@ -24,6 +24,7 @@ export interface GridFilterState {
24
/**
25
* Amount of children that are passing the filters or have children that are passing the filter (does not count grand children).
26
* If a row is not registered in this lookup, it is supposed to have no descendant passing the filters.
27
+ * If `GridDataSource` is being used to load the data, the value is `-1` if the children count is unknown.
28
*/
29
filteredChildrenCountLookup: Record<GridRowId, number>;
30
0 commit comments