How to get a tree node structure?

0
I am using a tree-view widget to represent tree structure in which I want one object associated with multiple parents like - Object A |     – Object B |     – Object C            _ Object D |  – Object E |       – Object F   I am not able to configure the Tree-view widget for it. Need help in configuring the Tree-view widget   Thanks in advance Harika
asked
2 answers
0

Did you download the test app? That could help to completely understand the functionality or limitations of the tree widget.

 

Your example is showing a 1-* parent child association and not a *-*

 

If the data structure is not too complex and and there is not too much data, you could alternatively use a list view for the parent records and place a list view inside there to fetch the children (and another list view for grandchildren). You are flexible using when an xpath. However, you should keep an eye on performance, because nested list views can slow down your app.

 

 

answered
0

Use the Tree Node widget from Mendix to accomplish this. If you need multiple levels you can use nesting. Goodluck! 

answered