@@ -386,15 +386,18 @@ In the component you have access to `$this->selectedRowsQuery` which is a **Buil
386
386
387
387
There are some class level properties you can set:
388
388
389
- | Property | Default | Usage |
390
- | -------- | ------- | ----- |
391
- | $showSearch | true | Show the search box |
392
- | $showPerPage | true | Show the per page selector |
393
- | $showPagination | true | Show the pagination |
394
- | $showSorting | true | Show the sorting pills |
395
- | $showFilters | true | Show the filter pills |
396
- | $refresh | false | Whether or not to refresh the table at a certain interval. false = off, int = ms, string = functionCall |
397
- | $offlineIndicator | true | Shows a red banner when there is no internet connection. |
389
+ | Property | Default | Options | Usage |
390
+ | -------- | ------- | ------- | ----- |
391
+ | $showSearch | true | bool | Show the search box |
392
+ | $showPerPage | true | bool | Show the per page selector |
393
+ | $showPagination | true | bool | Show the pagination |
394
+ | $showSorting | true | bool | Show the sorting pills |
395
+ | $showFilters | true | bool | Show the filter pills |
396
+ | $searchFilterDebounce | null | null/int | Adds a debounce of ` $searchFilterDebounce ` ms to the search input |
397
+ | $searchFilterDefer | null | null/bool | Adds ` .defer ` to the search input |
398
+ | $searchFilterLazy | null | null/bool | Adds ` .lazy ` to the search input |
399
+ | $refresh | false | false/int/string | Whether or not to refresh the table at a certain interval. false = off, int = ms, string = functionCall |
400
+ | $offlineIndicator | true | bool | Shows a red banner when there is no internet connection. |
398
401
399
402
#### Using more than one table on a page
400
403
0 commit comments