File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2209,10 +2209,10 @@ properties:
2209
2209
| ------------- | -------------------------- | --------------------------------------------------------------------------------- |
2210
2210
| ` currentPage ` | Number | The current page number (starting from 1, the value of the ` current-page ` prop) |
2211
2211
| ` perPage ` | Number | The maximum number of rows per page to display (the value of the ` per-page ` prop) |
2212
- | ` filter ` | String or RegExp or Object | the value of the ` filter ` prop |
2212
+ | ` filter ` | String or RegExp or Object | The value of the ` filter ` prop |
2213
2213
| ` sortBy ` | String | The current column key being sorted, or an empty string if not sorting |
2214
2214
| ` sortDesc ` | Boolean | The current sort direction (` true ` for descending, ` false ` for ascending) |
2215
- | ` apiUrl ` | String | the value provided to the ` api-url ` prop. ` null ` if none provided. |
2215
+ | ` apiUrl ` | String | The value provided to the ` api-url ` prop. ` null ` if none provided. |
2216
2216
2217
2217
The second argument ` callback ` is an optional parameter for when using the callback asynchronous
2218
2218
method.
You can’t perform that action at this time.
0 commit comments