Hello,
We recently added global search feature in PHP Grid Framework that allows to search your term in all searchable fields of grid. It will save time and quickly filter your data.
Since v2.5+, you can enable this feature by setting:
$g = new jqgrid();
...
$opt["globalsearch"] = true;
...
$g->set_options($opt);
Active license customers can request upgrade using this link.
To purchase license, you can visit this link.
Happy Coding …