Hi. I can not filter by value "SI" or "NO". Thank you very much
$col = array();
$col["title"] = "Autorizacion";
$col["name"] = "autorizacion";
$col["editable"] = true;
$col["editrules"] = array("required"=>true);
$col["edittype"] = "select";
$col["editoptions"] = array("value"=>'S:SI;N:NO');
$col["formatter"] = "select";
$col["align"] = "center";
$col["width"] = "30";
$cols[] = $col;
1 Answers
Your Answer