Is it possible to display a master/detail relationship in a TreeTable ?
I have an entity A that has 3 properties and another entity B that has a composition relation ship to A.
I would like to display the 3 ‘A’ properties in a row and be able to click on that row and display the ‘B’ properties below it in the grid, like a normal treetable. The entities are not self referential .\
Thx
Eric