-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Open
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/table
Description
What is the expected behavior?
A simple table whose first column is sticky should work.
What is the current behavior?
Does not work good:
- A the column that are initially hidden have missing styles
- If more than half the table is hidden, then the first column gets pushed out of the way.
What are the steps to reproduce?
Just create a table, as simple as can be, with the first column being sticky:
https://stackblitz.com/edit/angular-sticky-column-bug?file=src/app/app.component.ts
https://angular-sticky-column-bug.stackblitz.io/
Screenshots:
Initial state:
Start scrolling:
Scroll some more:
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
At least 7.3.6.
Is there anything else we should know?
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/table