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 or resizing horizontal in vertical list (and reverse case).
How:
save previous state and compare with new one
Example why:
Suppose we have huge table with vertical virtualization only. Inside table exist horizontal scroll without virtualization. And we have collapsible sidebar with nice animation. Currently on horizontal resize and scroll change virtualizer recalculates everything that dramatically reduce performance in fact of ugly animation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Improve performance when:
How:
Example why:
Suppose we have huge table with vertical virtualization only. Inside table exist horizontal scroll without virtualization. And we have collapsible sidebar with nice animation. Currently on horizontal resize and scroll change virtualizer recalculates everything that dramatically reduce performance in fact of ugly animation.
Beta Was this translation helpful? Give feedback.
All reactions