Skip to content
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

Frozen columns section has no scrollbar #2042

Open
sbowers-cgi opened this issue Jun 1, 2021 · 1 comment
Open

Frozen columns section has no scrollbar #2042

sbowers-cgi opened this issue Jun 1, 2021 · 1 comment
Labels
Bug This needs fixing Reproducer: Present This PR or issue contains code, which reproduce the problem described or clearly understandable MCVE

Comments

@sbowers-cgi
Copy link

Short description
If my grid has too many frozen columns, there may no longer be a horizontal scrollbar visible to scroll to remaining non-frozen columns.

What is current behavior
As more frozen columns are added to the grid (we allow the user to dynamically change this), they can get to a point where horizontal scroll disappears.

What is desired behavior
Either
a) provide a divider between frozen and non-frozen sections and in each section have scroll bar.
b) similar to toolbar header, have a "right" or "left" arrow that can jump to currently non-visible sections of the grid.

Link to jsfidle/codepan with sample code
...

Steps to reproduce or sample

  1. Create a grid that is 500 px wide with 20 columns of equal size.
  2. Freeze 15 of those columns and you should no longer see a horizontal scroll.
@mpf82
Copy link
Collaborator

mpf82 commented Jun 2, 2021

Simple reproducer: http://jsfiddle.net/1mn5u0dj/

Based on http://w2ui.com/web/demos/#/grid/27

@mpf82 mpf82 added Bug This needs fixing Reproducer: Present This PR or issue contains code, which reproduce the problem described or clearly understandable MCVE labels Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This needs fixing Reproducer: Present This PR or issue contains code, which reproduce the problem described or clearly understandable MCVE
Projects
None yet
Development

No branches or pull requests

2 participants