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
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