[data grid] Row grouping not working properly and duplicate the grouping column #14656
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
status: expected behavior
Does not imply the behavior is intended. Just that we know about it and can't work around it
v6.x
Steps to reproduce
Link to live example: (required)
https://codesandbox.io/p/sandbox/nostalgic-smoke-z6gy5c?file=%2Fsrc%2FDemo.tsx%3A18%2C6
Steps:
Current behavior
I'm trying to apply grouping, no matter if is with
rowGroupingModel
prop or per column menu option...The grouping column is also presentend as duplicate, for the nested children rows
This example is not working properly, and even having custom column or not, I'm having duplicate column
Expected behavior
I'm expecting duplicate row to be hidden/deleted, running this code
Context
Grouping per key, nested structure, parent-children relation between items in the table.
Your environment
Search keywords: grid, grouping, row
The text was updated successfully, but these errors were encountered: