Conditional Formatting

0
Hi, Are you able to do conditional formatting (like colour the text) of cells based on their values using the CSS styling?
asked
2 answers
1

Yep you can. Just did so last week. Use Appstore App GridCellStyler.  See https://forum.mendix.com/link/questions/94594 for a detailed description

answered
0

Depending on what you’re basing the conditional formatting on (such as an enumeration) it could be good to use a list view and just base the colours on the enumeration itself.

Make a couple of containers that change visibility based on the enumeration.

Add distinct classes to the containers and style these in SASS.

 

answered