Dear Abu. There is a possibility to change the value of “minLength”: which is found in jqgrid_dist.php dynamically. Can the value of “minLength” be 3, 4 or 6 depending on the php program that is loaded? Thank you.
1 Answers
I’m emailing you updated build that allows:
$col[“formatter”] = “autocomplete”;
$col[“formatoptions”] = array(“sql”=>”SELECT name as k, name as v FROM clients”, “min_length”=>3);
Your Answer