Tree table

0
Hi all, I'm new at Mendix, so sorry if this is already well known, but I can't find any documentation about tree tables. Is it possible to create tree tables in Mendix? The tree table I want to create has 4 levels and can easily contain 10.000 items. In two years probably a lot more. Thanks and have a nice day! Regards, Robin EDIT: I meant to show tree tables in the views. Like you have a data grid for normal table.
asked
2 answers
0

Robin

Check out the Treeview/Gridview widget in the appstore:  https://appstore.home.mendix.com/link/app/294/Mendix/TreeView-and-GridView

Mike

answered
1

Since you can have a self reference of an entity this is possible. Create a self reference parent and a self reference child. This way you are not limited to 4 levels. In the entity you could even have a field that contains which level the object is and have a microflow calculate that level.

Regards,

Ronald

 

answered