1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2,496 forks (2,496 forks)batch import
css/lessgood first issueworkaround
Repository metrics
- Stars
- 5,395 stars (5,395 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Propblem appeareds when we have several pinned colums which are over a width of grid.
Code here:
http://plnkr.co/edit/G8fPEciy06Ou2LOxPkKu?p=preview
Pinned columns go over the age of table without scrolling area of pinned columns. And hide not pinned column
Contributor guide
- Research direction
- Investigate the CSS overflow properties of the pinned columns and the grid container. Ensure that pinned columns have their own scroll container when content overflows.
- Tech stack
- javascriptcss
- Domain
- frontend
- Issue type
- Bug
- Prerequisites
- CSSJavaScript