Json Tree Grid Layout Format
Closed this issue · 4 comments
attran1 commented
Hello,
Do you have an example showing how to display data in a json tree grid layout?
Anthony
dmackdev commented
Hi, I am not sure exactly what you mean - could you please clarify?
If you mean showing a JSON tree within a grid, you can see an example of this on my other project: pubsubman:
attran1 commented
Hi,
I don't know how to insert image with Github. Here is a link that shows an example of it https://www.htmlelements.com/docs/grid-tree-grid/. The idea is to present more than 1 field for each leaf of the tree.
Anthony
dmackdev commented
If you want something to look like a tree grid like in your link, I think egui::Grid would be a more suitable choice.
attran1 commented
thank you. I started a new thread in egui to request for help.