Implementing a Flexible Tree Node

0
Hi. I want to configure tree node widgets in a flexible way. For example, each user has a different tree level. A user tree level : 3 , B user tree level : 4, C user tree level : 30 Can you configure a set number of tree nodes for each user in structure mode? In my opinion, it is inefficient to pre-create multiple tree nodes. This page  https://www.mendix.com/blog/release-9-6-makes-your-mendix-world-spin/#tree-view The example on this page is three fixed tree levels, so it doesn't help me.  
asked
2 answers
0

Hi YongOk Kim,

Recently I used the mendix tree view widget:
https://marketplace.mendix.com/link/component/112707

Here we can find mpk with some examples:
https://github.com/mendixlabs/widget-test-projects/blob/master/projects/treeview/TreeView.mpk

https://github.com/mendixlabs/widget-test-projects#tree-view


I used the MultilevelTreeView.
It gives us the possibility to have more than 3 levels using the same entity and to create that levels manually or arrange a system to do automatically.


Please let me know if you need further help and if this information was useful 

 

answered
0

Perhaps what you’re looking for is this widget  https://marketplace.mendix.com/link/component/38862

 

answered