Any way to add colours to gridlines and background of fields conditionally?

2
Hi there, Is there any way to add a background colour to a gridline or to a specific field based on certain rules? I'd like the 'deadline' field to be a good and glaring red, for example, if the deadline < currentdatetime. Same applies to gridlines: I'd like to have the whole gridline turn red if the deadline is past.
asked
2 answers
0

No that is currently not possible. You could add an icon to the row to indicate is status by using an enumeration attribute with images.

answered
0

Something like that is currently not possible. You could do it with styling if you could add a custom css to a grid row or column. But that isn't possible.

answered