* Please note this feature is only available in commercial edition.
- Parameters:
- Description:
- Enables multi-fields global search on any searchable columns. When set to true, search can perform in one or more searchable columns. Multiple search terms are separated by space.
- Example:
1
| $dg -> enable_global_search(true); |
Related Posts
Advanced SearchphpGrid also includes advanced search. By default, this feature is not enabled. To enable search use…
Externalize Search You can even externalize search fields without ever using phpGrid's integrated or advanced search feature.…
Integrated SearchphpGrid includes integrated search. By default, this feature is not enabled. To enable search use enable_search()…