Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Mar 17, 2024
1 parent d1ab499 commit 21a52f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/data-grid/row-grouping/row-grouping.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ When using `rowGroupingColumnMode = "single"`, the default behavior is to:

If you are rendering leaves with the `leafField` property of `groupingColDef`, the sorting and filtering will be applied on the leaves based on the `sortComparator` and `filterOperators` of their original column.

You can force the filtering to be applied on another grouping criteria with the `mainGroupingCriteria` property of `groupColDef`
You can force the filtering to be applied on another grouping criteria with the `mainGroupingCriteria` property of `groupingColDef`

:::warning
This feature is not yet compatible with `sortingMode = "server"` and `filteringMode = "server"`.
Expand Down

0 comments on commit 21a52f4

Please sign in to comment.