Frozen columns section has no scrollbar #2042
Labels
Bug
This needs fixing
Reproducer: Present
This PR or issue contains code, which reproduce the problem described or clearly understandable MCVE
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
The text was updated successfully, but these errors were encountered: