Conditionally Format if cell is blank

QuestionsConditionally Format if cell is blank
Matthew asked 4 years ago

Hi Abu,

Is there a way to conditionally format a cell based on if it contains a value or not?  Something like this:

 

$f[“column”]=$col[“name”];
$f[“op”]=”<>”;
$f[“value”]=””;
$f[“cellcss”]=”‘background-color’:’magenta'”;
$f_conditions[]=$f;

 

Thanks,

Matt

1 Answers
Abu answered 4 years ago

You can refer extended conditional format demo, where you can apply formatting based on JS code.

http://gridphp.com/demo/demos/appearance/conditional-format-ext.phps

Line 134

Your Answer

8 + 17 =

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?