MUI X: Build complex and data-rich applications using a growing list of advanced React components, like the Data Grid, Date and Time Pickers, Charts, and more!
I was looking at the Combine built-in comparators demo since it uses an object for its valueGetter. This issue with this is if you try and filter the name column nothing works. It's unclear how filtering should work when using objects in the valueGetter.
Context 🔦
When using an object in the valueGetter I'd like to know how filtering should work.
Duplicates
Related page
https://mui.com/x/react-data-grid/sorting/#combine-built-in-comparators
Kind of issue
Broken demonstration
Issue description
I was looking at the Combine built-in comparators demo since it uses an object for its
valueGetter
. This issue with this is if you try and filter the name column nothing works. It's unclear how filtering should work when using objects in thevalueGetter
.Context 🔦
When using an object in the
valueGetter
I'd like to know how filtering should work.