[data grid] Allow to get row path in tree #5087
Labels
component: data grid
This is the name of the generic UI component, not the React module!
feature: Row grouping
Related to the data grid Row grouping feature
plan: Premium
Impact at least one Premium user
support: commercial
Support request from paid users
Duplicates
Latest version
Summary 💡
When using row grouping, I can get access to the underlying rows making up a group with
apiRef.current.getRowGroupChildren()
. In addition to this, I'd like access to the path or criteria used to group the rows; i.e., something likeor maybe just
It would be nice if the row (or cell) click event itself just had these properties available, rather than having to jump through hoops with
params.id
andapiRef.current
the waygetGroupRowChildren()
works:Examples 🌈
No response
Motivation 🔦
I need to turn the path/criteria into a set of filters that I can then apply to the full data set on a separate drill-down screen.
Order ID 💳 (optional)
No response
The text was updated successfully, but these errors were encountered: