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
When sorting is applied, the values in cells are changed making cells with shorter widths get bigger (or the opposite) and hence changing the horizontal scroll. In this scenario, the new scroll position that should reflect the previous one might be unknown since the cell can contain different values in length which will change the horizontal scroll dimensions. In this case, resetting the width to its initial position could also be considered.
The text was updated successfully, but these errors were encountered:
Description
The horizontal scroll of the Grid jumps when auto-fitting the columns on
dataStateChange
event.Steps To Reproduce
https://stackblitz.com/edit/angular-p8jrqm
Expected Behavior
The Grid scrolling position should be preserved.
Additional Considerations
When sorting is applied, the values in cells are changed making cells with shorter widths get bigger (or the opposite) and hence changing the horizontal scroll. In this scenario, the new scroll position that should reflect the previous one might be unknown since the cell can contain different values in length which will change the horizontal scroll dimensions. In this case, resetting the width to its initial position could also be considered.
The text was updated successfully, but these errors were encountered: