Skip to content

Commit

Permalink
Lukas's review, revert mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Oct 24, 2024
1 parent 40d541a commit a82fced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/data-grid/column-definition/column-definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ It resolves the rendered output in the following order:

1. `renderCell() => ReactElement`
2. `valueFormatter() => string`
3. `valueGetter => string`
3. `valueGetter() => string`
4. `row[field]`

The `renderCell` method of the column definitions is similar to `valueFormatter`.
Expand Down

0 comments on commit a82fced

Please sign in to comment.