Dynamically Alternate Row Colour IP18
Hello,
Maybe someone know how to better implement requirement.
Customer requested a change:
In one specific list applet there should be possibility to change row color based on value from one of rows fields, for example
List applet records
Agreed to contract | Start Date | Address |
---|---|---|
Y | 2018.09.06 10:48:27 | Address 1 |
Y | 2018.10.06 08:48:27 | Address 2 |
N | 2018.09.06 10:48:27 | Address 2 |
N | 2018.09.06 15:48:01 | Address 1 |
N | 2018.09.06 10:48:01 | Address 2 |
The aim would be to alternate row color based on address field, e.g., if row has Address 1, alternate color to gray, if Address 2, alternate color to red.
Should I look into CSS or try to write some custom script?
Best regards,
Janis Kalnins