Hi.
Is there a way to change the color of the checkmarks so they don't appear grayed out?
$col = array();
$col[“title”] = “Personal” ;
$col[“name”] = “personal_dni”;
$col[“width”] = “75”;
$col[“align”] = “center”;
$col[“search”] = true;
$col[“editoptions”] = array(“value”=>”S:N”);
$col[“class”]= “custom-control custom-checkbox” ;
$col[“formatter”] = “checkbox”;
$cols[] = $col;
2 Answers
Hello,
You can use following CSS styles (github link) to make grid disabled checkboxes as below.
https://gist.github.com/gridphp/c0beb956cd4231465f721026b9d5e3d2

Let me know if it works for you.
Your Answer

