Hi, Below is the code I wrote for the conditional formatting, It works fine in 2.6.3 but when I upgraded to 2.8.1, it doesn’t.
I was wondering are “” still supported in 2.8.1?
$f = array();
$f[“column”] = “STATUS”;
$f[“op”] = “<";
$f["value"] = "0";
$f["css"] = "'background-color':'#FAE0C6', 'color':'#A00303'"; //Whole row
$f_conditions[] = $f;
1 Answers
Hello,
I verified this case and it works in 2.8.1 as expected. If you can share your full code and screenshot of the issue, I can suggest better.
Your Answer