Replies: 1 comment
-
@KevinVandy any thoughts on whether this is possible? This one issue is keeping me from deploying MRT in my production app right now. It looks like the idea from the docs is to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a grid with several levels of grouping. I don't want each grouped level to appear as its own column, as it does in the demo -- this quickly gets unwieldy, IMO, with lots of groups. Instead, I want a more compact layout like this:
Specifically, I want:
This "single group column" is the default in both AG Grid and MUI Datagrid. It's also essentially MRT's "tree data" view, but that view works with inherently hierarchical data, not flat data grouped by the grid itself.
How can I achieve the equivalent tree data / "single group column" style with MRT?
Beta Was this translation helpful? Give feedback.
All reactions