Skip to content
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

Update custom sorts link in documentation #844

Merged
merged 1 commit into from
Feb 24, 2023
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
Update custom sorts link in documentation
The link "custom sorts" doesn't work. It should link to `#content-custom-sorts`.
turpoint authored Feb 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 9d550097b8a606a9b15f9a3f3c46ea206ae15fe7
2 changes: 1 addition & 1 deletion docs/features/sorting.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ The `sort` query parameter is used to determine by which property the results co

All sorts have to be explicitly allowed by passing an array to the `allowedSorts()` method. The `allowedSorts` method takes an array of column names as strings or instances of `AllowedSorts`s.

For more advanced use cases, [custom sorts](#custom-sorts) can be used.
For more advanced use cases, [custom sorts](#content-custom-sorts) can be used.

## Basic usage