-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Grid pinning and last row #6528
Comments
Related to #6292 |
DanielDiTommaso
pushed a commit
to DanielDiTommaso/ui-grid
that referenced
this issue
Mar 19, 2018
…WHEN_NEEDED Added logic to needsHScrollbarPlaceholder to account for left/right rendercontainers as well as handle case when gridOption enableHorizontalScrollbar is set to WHEN_NEEDED. fix angular-ui#6280, fix angular-ui#5812, fix angular-ui#5760, fix angular-ui#6590, fix angular-ui#6572, fix angular-ui#6528, fix angular-ui#4251, fix angular-ui#3022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When pinning some columns, I am seeing an issue where the last row is partially cut off when the browser is wide enough where a horizontal scrollbar is not needed.
Reproduced with the plunkr linked from the pinning tutorial:
http://ui-grid.info/docs/#!/tutorial/203_pinning
Working fine as there is a horizontal scrollbar and last row can be fully seen:
Making browser wider so that there is no horizontal scrollbar:
The text was updated successfully, but these errors were encountered: