How to display Enum in Tree Table with images

0
Hello, I am having trouble with the display of Tree Table items.   I am creating an entity with a parent-child hierarchy in a Tree Table, and I would like to display the attributes of the Enumeration in an image like a DataGrid. I saw an article about  8years ago that said to change it with CSS, but is there any better way now? https://github.com/mendixlabs/TreeViewAndGridView/issues/7   If you know of any, I would appreciate your advice. Best regards.
asked
1 answers
-1

Hi Daichi,

 

a solution could be placing some staticImages and adding visibility condition with the corresponding enum value.

 

let me know if it works :)

Andrea

answered