Replies: 3 comments 5 replies
-
|
I think you're looking for the detail-row feature of DataGrid. You can see it here https://blazorise.com/docs/extensions/datagrid/templates/detail-row |
Beta Was this translation helpful? Give feedback.
-
|
We don't support that feature. However, it seems very similar to our detail row. You could make it in a similar way by adding the To make it even better, you can remove padding and margin for the nested row or table. |
Beta Was this translation helpful? Give feedback.
-
|
Coming in 2.1 #6400 |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Would it be possible to add a new feature to the DatGrid which allows you to render records in a Hierarchy (Parent/Child). Basically a tree type DataGrid.
I hate referencing other Libraries in these conversations, but this is the only other example I could find that demonstrates what I mean.
This is from Radzen and they named it "Self-Referencing Hierarchy"

As you can see the nested/child data is just displayed, aligned to the same columns as the main DataGrid etc.
With a little indent there on the first column to demonstrate that its a child of the row above it.
Beta Was this translation helpful? Give feedback.
All reactions