-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
bug(Sort Header): Sort only works if columns are updated #19467
Closed
piltorious opened this issue
May 28, 2020
· 3 comments
· Fixed by #19492, cayacdev/cashbox#88, ToWipf/jasmarty#155 or CarlosPavajeau/Kaizen#251
Closed
bug(Sort Header): Sort only works if columns are updated #19467
piltorious opened this issue
May 28, 2020
· 3 comments
· Fixed by #19492, cayacdev/cashbox#88, ToWipf/jasmarty#155 or CarlosPavajeau/Kaizen#251
Labels
area: material/sort
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
Thanks for the detailed reproduction - this definitely seems like a bug |
andrewseguin
added
area: material/sort
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
and removed
needs triage
This issue needs to be triaged by the team
labels
May 28, 2020
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
May 31, 2020
Fixes the visible state of the sort header not being updated if it gets changed through the `matSortActive` binding. Fixes angular#19467.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jun 15, 2020
Fixes the visible state of the sort header not being updated if it gets changed through the `matSortActive` binding. Fixes angular#19467.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jul 15, 2020
Fixes the visible state of the sort header not being updated if it gets changed through the `matSortActive` binding. Fixes angular#19467.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jul 24, 2020
Fixes the visible state of the sort header not being updated if it gets changed through the `matSortActive` binding. Fixes angular#19467.
I appreciate all the work to get this fixed. Any idea on when it will be completed? |
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Dec 27, 2020
…gh binding Fixes the visible state of the sort header not being updated if it gets changed through the `matSortActive` binding. Fixes angular#19467.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 13, 2021
…gh binding Fixes the visible state of the sort header not being updated if it gets changed through the `matSortActive` binding. Fixes angular#19467.
2 tasks
This was referenced Mar 11, 2021
This was referenced Mar 18, 2021
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area: material/sort
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Reproduction
Use StackBlitz to reproduce your issue: https://stackblitz.com/edit/angular-ivy-o298jy
Steps to reproduce:
Reproduce via demo:
In the demo you can sort initially with the "Sort by age" button, pressing "Sort by name" fails to apply the sort to the name column as coded. If you hit Reset then "Sort by name" it works fine because the displayedColumns have been changed.
Expected Behavior
The sort should change from the first column sorted to the new one.
Actual Behavior
The sort icon either goes away or does not change from the first column.
Environment
The text was updated successfully, but these errors were encountered: