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
Scrolling to the bottom of the grid there's a difference between the pinned column and the rest of the grid .
Here is the plunker for it : http://plnkr.co/edit/s36dFIFuqwsOHG1NnhVl?p=preview
And also a print for it:
The text was updated successfully, but these errors were encountered:
This only happens where the body has a scrollbar, the pinned container doesn't, and the scroll event is over the pinned container. The pinned container goes all the way to it's bottom, the body doesn't quite reach the bottom. Scrolling over the body instead will get you all the way to the bottom.
…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
Scrolling to the bottom of the grid there's a difference between the pinned column and the rest of the grid .
Here is the plunker for it :
http://plnkr.co/edit/s36dFIFuqwsOHG1NnhVl?p=preview
And also a print for it:
The text was updated successfully, but these errors were encountered: