Adding Icons to my dropdown actions

1
I have dropdowns in my data view and these dropdowns have enumerations(each has an icon associated with them). I read in the documentation that the icons only show if it’s in a data grid, but how can I show the incons anyway if it’s in a date view?
asked
2 answers
0

Hi Gal,

I guess for this you can put the static images/icons inside a container and can put the visibility condition on the containers based on the enumeration attribute value selection!

 

answered
0

Use static images in mendix and the images to your enum values and select the option that you needed

answered