I have been trying to conditionally format column text however I cannot get it to work. I can't even format the column text as per usual css if I use this code
td{
color:red!important
}
For some reason it doesn't seems to listed to overwrite of text color from the overall setting.
Hi,
I have been trying to conditionally format column text however I cannot get it to work. I can't even format the column text as per usual css if I use this code
td{
color:red!important
}
For some reason it doesn't seems to listed to overwrite of text color from the overall setting.
Thanks