Bug, feature request, or proposal:
Bug
What is the expected behavior?
I should be able to create a mat-table element with width larger than its container and set it to overflow: auto; to create a scrollbar.
What is the current behavior?
Rows are not correctly rendered when I move scrollbar to the right.
What are the steps to reproduce?
http://plnkr.co/edit/wv9KxNPBC9hLpZfFegiB?p=preview
What is the use-case or motivation for changing an existing behavior?
Table is rendered incorrectly. I need to render a lot of data inside mat-table even on small screens, so I need to use scrollbar.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
"@angular/core": "^5.0.0",
"@angular/material": "^5.0.0-rc.1",
"@angular/cdk": "^5.0.0-rc.1",
Is there anything else we should know?
Bug, feature request, or proposal:
Bug
What is the expected behavior?
I should be able to create a
mat-tableelement withwidthlarger than its container and set it tooverflow: auto;to create a scrollbar.What is the current behavior?
Rows are not correctly rendered when I move scrollbar to the right.
What are the steps to reproduce?
http://plnkr.co/edit/wv9KxNPBC9hLpZfFegiB?p=preview
What is the use-case or motivation for changing an existing behavior?
Table is rendered incorrectly. I need to render a lot of data inside
mat-tableeven on small screens, so I need to use scrollbar.Which versions of Angular, Material, OS, TypeScript, browsers are affected?
"@angular/core": "^5.0.0",
"@angular/material": "^5.0.0-rc.1",
"@angular/cdk": "^5.0.0-rc.1",
Is there anything else we should know?