Skip to content

chore(docs): capitalize all descriptions for table provide function props #5889

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2209,10 +2209,10 @@ properties:
| ------------- | -------------------------- | --------------------------------------------------------------------------------- |
| `currentPage` | Number | The current page number (starting from 1, the value of the `current-page` prop) |
| `perPage` | Number | The maximum number of rows per page to display (the value of the `per-page` prop) |
| `filter` | String or RegExp or Object | the value of the `filter` prop |
| `filter` | String or RegExp or Object | The value of the `filter` prop |
| `sortBy` | String | The current column key being sorted, or an empty string if not sorting |
| `sortDesc` | Boolean | The current sort direction (`true` for descending, `false` for ascending) |
| `apiUrl` | String | the value provided to the `api-url` prop. `null` if none provided. |
| `apiUrl` | String | The value provided to the `api-url` prop. `null` if none provided. |

The second argument `callback` is an optional parameter for when using the callback asynchronous
method.
Expand Down