I have an entity called Action with different attributes (ActionName, ActionDescription...), one of them is IsActive, by default it is true. However I want to be able to leave it in the list of actions with for example a grey color.
Is this possible?
Thanks for the help?
Hi @Helga Afonso ,
You need to apply dynamic styles to your list. You can check how to do that in this exercise: CSS Exercise.
If you need further assistance, feel free to reach out.
Mihai
Thanks for the quick reply!