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
Hi, currently it's not possible to know if virtualizer has done it's calculations. It'd be nice to have which state it currently at, it'd let developers to change the view accordingly. Since we're using virtualizer on Vue, we wait for nextTick and render the virtualized content afterwards. I'm not sure if this is a reliable way to do it though.
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
-
Hi, currently it's not possible to know if virtualizer has done it's calculations. It'd be nice to have which state it currently at, it'd let developers to change the view accordingly. Since we're using virtualizer on Vue, we wait for
nextTick
and render the virtualized content afterwards. I'm not sure if this is a reliable way to do it though.Beta Was this translation helpful? Give feedback.
All reactions