10
Views
2
Comments
Solved
Making an element inactive

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? 

2026-01-28 16-57-48
Mihai Melencu
Champion
Solution

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

2025-02-13 09-42-38
Helga Afonso

Thanks for the quick reply!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.