Search Configuration
- • optional
- • Type :
Object
Basic Search Configuration
The
search property is used to configure the search functionality of the grid. It can be customized with various options.
Search Properties
| Name | Description | Type | Example |
|---|---|---|---|
server |
Indicates whether the search is handled on the server-side | bool |
true or false |
timeout |
Time delay before the search is triggered (in milliseconds) | number |
500 |
searchBy |
Array of column IDs to be included in the search | [String] |
['first_name', 'email'] |