Conditional Formatting operation "<" not working when i upgrade from 2.6.3 to 2.8.1

QuestionsConditional Formatting operation "<" not working when i upgrade from 2.6.3 to 2.8.1
Rex Wong asked 1 year ago

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
Abu Ghufran Staff answered 1 year ago

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.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

20 + 16 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?