I have this usecase:
- I get all of my Customers.
- For each Cutomer, I want to get his Receipt.
- For each Receipt, I want to get all ShoppingItems.
From the examples I can see how TreeGrid works if I had a hierarchy of objects of the same type, but I don't know how this would work with my usecase. Of course, if there's a better component to show this kind of data/connections, that would be good too :)