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
Attributes details
Attributes
Description
Type
Default
global_search.placeholder
Placeholder is hint
text for search text box
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
global_search.showClearButton
Show/Hide clear button in the global search input text.
Boolean
true
global_search.searchOnPressEnter
Enable/Disable global search on "enter" key press.
Boolean
false
global_search.searchDebounceRate
Defines the wait time for searching between the key strokes. Value should be in milliseconds.
Number
60
global_search.init.value
Assign initial value to the the global search filter before rendering the table.
String
Empty string
Clear button icon slot
You can override the default clear button icon in the global search text input.
Last updated