Hello,
I would like to highlight in RED the cells that have the value KO for column Statut :
Juste below the code that I have :
filters
| essql
query="SELECT
Check_Date,
ID,
Statut,
Minimum,
Valeur,
Commentaire
FROM DATABASE
"
| table perPage=1000 paginate=false
font={font size=14 family="'Open Sans', Helvetica, Arial, sans-serif" color="#000000" align="left"}
| render
containerStyle={containerStyle backgroundColor="#FFFFFF" border="1px groove #BBBBBB" overflow="hidden" padding="0px"}
How can I do please ?
If it is not possible to just change the cell color, is it possible to change the whole line color ?
Thank you in advance,
Regards.
Riwalco