Global search
Global search searches the complete list of rows for the given search keyword.
You can enable or disable search text input with custom configuration as shown in the below example.
Example
GlobalSearchExample.vue
Attributes details
Attributes | Description | Type | Default |
global_search.placeholder | Placeholder is | String | "Enter search text" |
global_search.visibility | Show/Hide global search text input | Boolean | true |
global_search.case_sensitive | Enable/Disable case sensitive searching. | Boolean | false |
Last updated