[data grid] valueGetter
fallback not applied in renderCell
#16226
Labels
bug 🐛
Something doesn't work
component: data grid
This is the name of the generic UI component, not the React module!
status: waiting for author
Issue with insufficient information
Steps to reproduce
Read description.
Current behavior
Consider the following column definition:
I am passing an
array
to renderChips
, and although I’ve provided a fallback value (an empty array) in thevalueGetter
, when no row/value is YET available (fetching rows),undefined
is still passed torenderCell
. Is it possible to modify this behaviour so that thevalueGetter
can be used to define fallback values?Expected behavior
Read description.
Context
Read description.
Your environment
npx @mui/envinfo
Search keywords: gridCol, valueGetter
The text was updated successfully, but these errors were encountered: