GridRenderCellParams example in the docs is incorrect [docs] #10431
Labels
component: data grid
This is the name of the generic UI component, not the React module!
docs
Improvements or additions to the documentation
support: docs-feedback
Feedback from documentation page
Duplicates
Related page
https://mui.com/x/react-data-grid/column-definition/#rendering-cells
Kind of issue
Other
Issue description
The code shown as example for render cell contains:
renderCell: (params: GridRenderCellParams<Date>) => (
which is now incorrect (I assume, that it is due to #5603 )
Note: if clicking on "Show code" the code is correct and uses:
(props: GridRenderCellParams<any, Date>)
Context 🔦
Use the code examples in the documentation.
The text was updated successfully, but these errors were encountered: