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

fix(cdk/table): run differ for all columns #30012

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

andrewseguin
Copy link
Contributor

Cloned from original author's change but is failing CLA #29922

This ensures the differ is run without short-circuiting and skipping columns, which is apparently important for change detection reasons

Fixes #29922

@andrewseguin andrewseguin requested a review from a team as a code owner November 13, 2024 20:31
@andrewseguin andrewseguin requested review from amysorto, wagnermaciel and crisbeto and removed request for a team November 13, 2024 20:31
@andrewseguin andrewseguin added the target: patch This PR is targeted for the next patch release label Nov 13, 2024
src/cdk/table/table.ts Show resolved Hide resolved
@andrewseguin andrewseguin added the action: merge The PR is ready for merge by the caretaker label Nov 14, 2024
@andrewseguin andrewseguin merged commit f1c4173 into angular:main Nov 14, 2024
21 of 23 checks passed
andrewseguin added a commit that referenced this pull request Nov 14, 2024
* fix(cdk/table): run differ for all columns

* fix(cdk/table): include comment

---------

Co-authored-by: Andrew Seguin <andrewseguin@google.com>
(cherry picked from commit f1c4173)
andrewseguin added a commit that referenced this pull request Nov 14, 2024
* fix(cdk/table): run differ for all columns

* fix(cdk/table): include comment

---------

Co-authored-by: Andrew Seguin <andrewseguin@google.com>
(cherry picked from commit f1c4173)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CDK table inappropriately rerenders table header cells when there are multiple headers
2 participants