changing the coulor of a row based on conditions

0
rather new to mendix, trying to find my way here.   For a party project i have this data grid (database) in which i display 3 columns : Name, date achieved, expiry date. I’m trying to change the colour of the date achieved when the expiry date is passed. I assume it needs to be done in the style field, but i have no idea how. Any hint folks?
asked
2 answers
0

With CSS magic a lot can be done. 

Though I would advise to use a listview instead. Use a layoutgrid to define the columns & header.

Something like this:

 

answered
0

Please also keep in mind that colorblind users will not see color differences.

answered