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.
This is much better than applying something custom, thank you.
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.
good idea, ty for you time.
and I found this btw if anyone is interested.
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.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.