-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(material/table): data not being re-rendered when sortingDataAccessor is changed #15922
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
base: main
Are you sure you want to change the base?
Conversation
a328285
to
51eadf7
Compare
@crisbeto It looks like this PR is outdated, please rebase the PR. |
51eadf7
to
b2da9fa
Compare
6e38a9f
to
d68145c
Compare
d68145c
to
c31cdb9
Compare
…sor is changed Fixes the table's data not re-rendering when a new `sortingDataAccessor` is assigned to the data source. Fixes angular#15888.
c31cdb9
to
7069b44
Compare
I spent some time trying to get this to pass all the internal checks, but it appears to be more breaking than I was expecting. The problem is that changing the
I tried working around it with the |
Fixes the table's data not re-rendering when a new
sortingDataAccessor
is assigned to the data source.Fixes #15888.