How to display Dynamic Columns in Tree Table widget

1
https://appstore.home.mendix.com/link/app/111095/Mendix/Tree-Table How can I show the dynamic columns in the tree view in this widget. 
asked
1 answers
1

Hi Manish,

I'm the developer for the TreeTable widget. That is a bit of a complicated story. Here's the short version that I used in my test-project:

- Add the ModelReflection module to your project
- In your project, load the entity that you would like to show
- Use some microflows to basically make a copy of those objects (which holds the various attributes of the Entity)
- Use that new entity (I called it TableColumn, as you can see in the documentation of the widget) to load the attributes as columns in the widget

That's the short version of the explanation. I already got a request to share the test-project itself, which I might in a later stadium. If you run into problems, let me know.

 

answered