Hi,
I want that a different color appears depending on the content of an enum field.
Example : in my custom entity, field "Status", I have "Free", "Changed", "Deleted" options, and I want a green color for the "Free" text, orange color for "Changed", red color for "Deleted".
I searched but I didn't found anything for this. I tried to reproduce like in Task entity (when there is an overpassed date its red) but no luck
Can you help me with please?
Do you plan to implement colors options in entity manager btw?
thank you
I want that a different color appears depending on the content of an enum field.
Example : in my custom entity, field "Status", I have "Free", "Changed", "Deleted" options, and I want a green color for the "Free" text, orange color for "Changed", red color for "Deleted".
I searched but I didn't found anything for this. I tried to reproduce like in Task entity (when there is an overpassed date its red) but no luck
Can you help me with please?
Do you plan to implement colors options in entity manager btw?
thank you
Comment