Tree Module

0
Hi, We are developing an application where one of its main requirements is to display the information in a tree structure based on levels. After analyzing many Mendix modules, we have find the "Tree Module". The issue is that this module is based on Mendix's GRID1 and has many limitations when it comes to performing actions such as filtering. Has anyone been able to work with this module but based on Grid2 or knows a way to filter the information? Thank you very much.
asked
2 answers
0

As an alternative you could check out this widget.

or this one

answered
0

Hi Micha,

Thanks for your answer.

We have been reviewed, but this type of table or matrix is not what we need. We need something more complex and that is in tree mode and each child element is nested as in the following image

tree.png

 

The tree module (https://marketplace.mendix.com/link/component/111095) is perfect, but with the possibility of filtering or using datagrid2.

Thanks!!

 

 

answered