MudDataGrid: Can we go deeper levels into the hierarchy? #12901
Unanswered
facreationz
asked this question in
Q&A
Replies: 0 comments
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.
-
I'm using the MudDataGrid with the
HierarchyColumnto allow row detail to be created. It has been working great for me where I need to show only one level hierarchy for each row. Now I've come to a case where I need to display 3 to 4 levels down for each row. Basically a mixture of datagrid+treeview.The "hierarchy" word here gives an indication that further levels could be added in row detail, but I'm unable to figure that out. Taking Row Detail Renderer as an example, there's only one hierarchy / detail for each row created using
ChildRowRenderer. How do I insert further levels ofChildRowRendererin here?Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions