File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ You can override any of these in your table component:
160
160
| Property | Default | Usage |
161
161
| -------- | ------- | ----- |
162
162
| $searchEnabled | true | Whether or not searching is enabled |
163
+ | $searchUpdateMethod | debounce | debounce or lazy |
163
164
| $searchDebounce | 350 | Amount of time in ms to wait to send the search query and refresh the table |
164
165
| $disableSearchOnLoading | true | Whether or not to disable the search bar when it is searching/loading new data |
165
166
| $search | * none* | The initial search string |
Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ trait Search
11
11
* Search.
12
12
*/
13
13
14
-
15
14
/**
16
- * Whether search work: debounce or lazy
15
+ * Method to search by: debounce or lazy
17
16
* @var string
18
17
*/
19
18
public $ searchUpdateMethod = 'debounce ' ;
You can’t perform that action at this time.
0 commit comments