Skip to content

feat(sort): add manual sort #27516

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

robertIsaac
Copy link
Contributor

make the sort method of MatSort accept new interface MatManualSort which has the exact direction the developer wants to be it's fully compatible with the current code
use case that's currently not possible: changing currently set desc to asc using the new interface will make the sort method idempotent

Closes #27515

make the `sort` method of `MatSort` accept new interface `MatManualSort` which has the exact direction the developer wants to be
it's fully compatible with the current code
use case that's currently not possible: changing currently set desc to asc
using the new interface will make the sort method idempotent

Closes angular#27515
@angular-robot angular-robot bot added the detected: feature PR contains a feature commit label Jul 26, 2023
@josephperrott josephperrott requested a review from a team as a code owner December 18, 2024 17:40
@josephperrott josephperrott requested review from crisbeto and removed request for a team December 18, 2024 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
detected: feature PR contains a feature commit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(sort): add ability to change sort direction
1 participant