Render enum icon in an overview page

0
Hi, I am using Mendix 8.1.1 and have an Entity with some stuff and enum with images (Enum is about Task Status: TBD, Doing and Done). I want to display the overview page (Not grid/table) and to add the icon of the enum before the entity’s title. Any idea?
asked
1 answers
0

A bit of a workaround because you need to make a container for each enum you want to show. In the container place the same image as the enum has and make it conditional visible based on the enum. Not the most elegant sollution but the only one I can came up with.

Regards,

Ronald

 

answered