Tree Node - click on action / listen to widget

0
Hi,    I’d like to use a tree node to display a hierarchical structure and display some additional information next to it that is dependent on the selection of the node:   How can I achieve this? There is no possibility to define a click on action nor is the tree node selectable in the listen to widget dropdown of a dataview.   Thanks!
asked
1 answers
2

Hi Erwin

 

You can simply set your tree node to custom input. Then wrap your icons each in their own container. The container has a on click action and you can then set those to your click actions.

answered