Colored Items in Table? Custom CSS/ new Feature

Hey there, I was wondering if I can highlight or change the item color if a certain condition is met?
for example if the priority of the item is high I want It colored red or smth

You can use the “Tag” column type instead of custom CSS. Use an if-else column to determine the color based on your desired conditions.

4 Likes

This is much better than applying something custom, thank you.

1 Like

As far as I know, only the “Tag or Boolean” column type needs to be present first and is required to use other dynamic custom CSS styling. This is because Tag or Boolean allows for unique CSS selectors, whereas others are merely text.

1 Like

good idea, ty for you time.

and I found this btw if anyone is interested.

1 Like

Glad if you have found the solution. However, that CSS code is meant to color rows that have a true boolean, not as you initially stated.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.