angular / angular/components

Sticky columns show scrolled data between them.

Open
#15,885 12 comments 12 reactions 0 assignees View on GitHub
area: material/table needs: discussion P3
Dominant language
TypeScript
Stars
25k
Forks
6.8k
Avg merge
1d 8h
Merged PRs (30d)
91

Description

#### What is the expected behavior?
Sticky columns should not show scrolled data between them.

#### What is the current behavior?
When making multiple columns sticky and resize the screen, Scrolled data can display between the sticky columns.

#### What are the steps to reproduce?
Used the stackblitz sticky column example. https://stackblitz.com/edit/angular-ay2dr9?file=app%2Ftable-sticky-columns-example.html

Made the first 3 columns sticky and the fourth column started to display between column 2 and 3.

![image](https://user-images.githubusercontent.com/40296678/56602308-2846b600-65cb-11e9-91a6-f1a6d693e4fc.png)

#### Which versions of Angular, Material, OS, TypeScript, browsers are affected?

#### Is there anything else we should know?

Contributor guide

Open the contributing guide

Research direction

Reproduce the issue using the StackBlitz example at app/table-sticky-columns-example.html, with the first three columns sticky and the viewport resized. Then trace the Angular Material table sticky-column behavior to find why scrolled data appears between sticky columns. Done means the sticky columns remain contiguous without showing intervening scrolled data.

Written by the indexing model from the issue text.

Assessment

Tech stack
angular, typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.