search
To enable or disable the global search plugin
optional
- Type:
boolean
orSearchConfig
- Example: Search and Server-side search
SearchConfig
type has the following properties:
Name | Description | Type | Example |
---|---|---|---|
enabled | to enable/disable the plugin | boolean | true or false |
keyword optional | to initiate with a keyword | string | John |
server optional | to enable server integration | object | Server-side search |
debounceTimeout optional | search debounce timout | number | 1000 (1 second) |
selector optional | to customize searchable fields | function | Search |
ignoreHiddenColumns optional | to avoid search inside hidden columns (default true) | boolean | true or false |
tip
You can customize the search placeholder using the language
config. See Locales.