Page 1 of 1

Change color of table row / table cells based on conditions

Posted: Tue May 25, 2021 3:34 pm
by oli
Dear all,

is there a way to change the color of the complete table row based on the value of a specific field in this row
e.g.
if field "enddate" >= today the row should be red

And if it's possible to change the color of a specific cell based on it's value as well?

Thanks in advance!

BR,
Oli

Re: Change color of table row / table cells based on conditi

Posted: Tue May 25, 2021 4:02 pm
by pmjd
Don't know if this will be exactly what you want but might be worth a look

https://github.com/smalos/nuBuilder4-Co ... ange_color

Re: Change color of table row / table cells based on conditi

Posted: Wed May 26, 2021 6:11 am
by Janusz

Re: Change color of table row / table cells based on conditi

Posted: Thu May 27, 2021 8:52 am
by oli
Thank you!

https://forums.nubuilder.cloud/viewtopic. ... =color+row
was exactly what I needed.