You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the combination of pinned columns and auto-resize, it seems that the grid is always leaving a spacer (.ui-grid-scrollbar-placeholder) even when there is no scrollbar.
Using example, if you hide enough columns to get rid of the horizontal scroll you can reproduce the behavior.
With scrollbar visible:
Without scrollbar visible:
The base of the pinned columns should be the same as the base of the unpinned columns.
I can reproduce this in both I.E and Firefox.
The text was updated successfully, but these errors were encountered:
…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#6280, fix#5812, fix#5760, fix#6590, fix#6572, fix#6528, fix#4251, fix#3022
With the combination of pinned columns and auto-resize, it seems that the grid is always leaving a spacer (.ui-grid-scrollbar-placeholder) even when there is no scrollbar.
Using example, if you hide enough columns to get rid of the horizontal scroll you can reproduce the behavior.
With scrollbar visible:
Without scrollbar visible:
The base of the pinned columns should be the same as the base of the unpinned columns.
I can reproduce this in both I.E and Firefox.
The text was updated successfully, but these errors were encountered: