-1

I have data in json formate and I want to show that in Datagrid. It should display as root-child format. sample pics is attached. Can someone please help me how can I do this?

enter image description here

1 Answers1

0

It looks more like you want to use the Stack View feature. Its not a full datagrid with search/filtering, but has hierarchy.

https://vmware.github.io/clarity/documentation/v0.11/stack-view

Jeremy Wilken
  • 6,965
  • 22
  • 21
  • Thanks Jeremy, But I need table format and searching/sorting same as datagrid. Stack-view doesn't fit in my requirement. I think datagrid's expandable-row functionality can help here but i am not sure how to implement my requirement using it! https://vmware.github.io/clarity/documentation/v0.11/datagrid/expandable-rows – Anuj Dixit Apr 16 '18 at 03:43