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 the table page size changes, the horizontal scrollbar should immediately reposition itself based on the contentWrapperElement without any delay or visual lag.
Actual Behavior
Currently, when the page size changes, there's a noticeable delay (a few seconds) before updateDimensions is triggered. During this time, the scrollbar remains stuck to the table’s previous dimensions, creating a flickering effect as it suddenly adjusts after the delay.