-
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
Table: ERROR TypeError: Cannot set property 'left' of undefined #12460
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jul 31, 2018
Fixes the table throwing an error if the row definitions are on an `ng-container`. Fixes angular#12460.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Aug 1, 2018
Fixes the table throwing an error if the row definitions are on an `ng-container`. Fixes angular#12460.
@crisbeto thanks for fixing this current workaround - replace
|
jelbourn
pushed a commit
that referenced
this issue
Aug 3, 2018
Fixes the table throwing an error if the row definitions are on an `ng-container`. Fixes #12460.
jelbourn
pushed a commit
that referenced
this issue
Aug 7, 2018
Fixes the table throwing an error if the row definitions are on an `ng-container`. Fixes #12460.
jelbourn
pushed a commit
that referenced
this issue
Aug 7, 2018
Fixes the table throwing an error if the row definitions are on an `ng-container`. Fixes #12460.
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
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Bug, enhancement request, or proposal:
After upgrading from 5.2.4 to 6.4.1 i see the following error in console:
It is related to table component, code fragment that causes the error:
This works without error in console:
CodePen and steps to reproduce the issue:
https://stackblitz.com/edit/angular-5vkqs1?file=app/table-pagination-example.html
Detailed Reproduction Steps:
What is the expected behavior?
no error in console for
mat-row
usingng-container
:What is the current behavior?
What is the use-case or motivation for changing an existing behavior?
My use case is that I need to render special kind of summary rows like that:
Which versions of Angular, Material, OS, and browsers are affected?
Is there anything else we should know? Stack Traces, Screenshots, etc.
The text was updated successfully, but these errors were encountered: