Skip to content

Commit

Permalink
[docs] Add groupingValueGetter callout in column definition docs (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen authored and Arthur Balduini committed Sep 30, 2024
1 parent f030826 commit 0d88af5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/data/data-grid/column-definition/column-definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ The value returned by `valueGetter` is used for:
Read more in the [handling autogenerated rows](/x/react-data-grid/column-definition/#autogenerated-rows) section.
:::

:::warning
[Row grouping](/x/react-data-grid/row-grouping/) uses the [`groupingValueGetter`](/x/react-data-grid/row-grouping/#using-groupingvaluegetter-for-complex-grouping-value) instead of `valueGetter` to get the value for the grouping.
The value passed to the `groupingValueGetter` is the raw row value (`row[field]`) even if the column definition has a `valueGetter` defined.
:::

### Value formatter

The value formatter allows you to convert the value before displaying it.
Expand Down

0 comments on commit 0d88af5

Please sign in to comment.