Hey Mr ABu,
I use version 1.5.2 and Oracle, i have problem when my column's type is autocomplete.
$col = array();
$col["title"] = "Employee Name";
$col["dbname"] = "MASTER_EMPLOYEE.NAME"; // this is required as we need to search in name field, not id
$col["width"] = "100";
$col["align"] = "left";
$col["search"] = true;
$col["searchoptions"]["sopt"] = array("cn");
$col["editable"] = true;
$col["formatter"] = "autocomplete"; // autocomplete
how to search case insensitive?
Regard,
Samsu
2 Answers
Your Answer