CSS in spreadsheet grid
Confluence User - 14 Sep, 2018
Hi, I have a task which I need to change the color of data input in spreadsheet grid based on certain condition.
For example:
I have 4 columns, Weight 1, Weight 2, Average of Weight, Result.
The Results are either Accepted / Rejected and it depends on the average of weight.
Then I have conditions which:
If (Average < 60){
Result == 'Accepted}
else{
Result == 'Rejected'}
If it Accepted, the color should change to green, and if it rejected, the color change to red.
css;spreadsheet;javascript