@@ -160,11 +160,12 @@ 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
- | $disableSearchOnLoading | true | Whether or not to disable the search bar when it is searching/loading new data |
165
+ | $disableSearchOnLoading | false | Whether or not to disable the search bar when it is searching/loading new data |
165
166
| $search | * none* | The initial search string |
166
- | $searchLabel | Search... | The placeholder for the search box |
167
- | $noResultsMessage | There are no results to display for this query. | The message to display when there are no results |
167
+ | $clearSearchButton | false | Adds a clear button to the search input |
168
+ | $clearSearchButtonClass | btn btn-outline-dark | The class applied to the clear button |
168
169
169
170
#### Sorting
170
171
@@ -181,21 +182,18 @@ You can override any of these in your table component:
181
182
| $perPageEnabled | true | Displays per page |
182
183
| $perPageOptions | [ 10, 25, 50] | The options to limit the amount of results per page |
183
184
| $perPage | 25 | Amount of items to show per page |
184
- | $perPageLabel | Per Page | The label for the per page filter |
185
185
186
186
#### Loading
187
187
188
188
| Property | Default | Usage |
189
189
| -------- | ------- | ----- |
190
190
| $loadingIndicator | false | Whether or not to show a loading indicator when searching |
191
- | $loadingMessage | Loading... | The loading message that gets displayed |
192
191
193
192
#### Offline
194
193
195
194
| Property | Default | Usage |
196
195
| -------- | ------- | ----- |
197
196
| $offlineIndicator | true | Whether or not to display an offline message when there is no connection |
198
- | $offlineMessage | You are not currently connected to the internet. | The message to display when offline |
199
197
200
198
#### Checkboxes
201
199
0 commit comments