-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(table): errors when rendering table with sticky elements on the server #12095
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
Conversation
jelbourn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@crisbeto just needs rebase |
c754111 to
6e7ad7c
Compare
|
Rebased. |
|
Hi @crisbeto! This PR has merge conflicts due to recent upstream merges. |
6e7ad7c to
3c075ea
Compare
|
Hi @crisbeto! This PR has merge conflicts due to recent upstream merges. |
3c075ea to
10e57f9
Compare
|
Hi @crisbeto! This PR has merge conflicts due to recent upstream merges. |
10e57f9 to
9327262
Compare
|
Hi @crisbeto! This PR has merge conflicts due to recent upstream merges. |
9327262 to
93a05d8
Compare
…erver Fixes a handful of errors that were being thrown by `mat-table` when it has sticky rows and when it's being used with the native `table` elements. Fixes angular#12094.
93a05d8 to
4cf26be
Compare
|
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. |

Fixes a handful of errors that were being thrown by
mat-tablewhen it has sticky rows and when it's being used with the nativetableelements.Fixes #12094.