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
To support really high numbers of rows in the table component one could implement a
virtual list / scrolling.
Without that approach the performance suffers sooner or later.
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
-
To support really high numbers of rows in the table component one could implement a
virtual list / scrolling.
Without that approach the performance suffers sooner or later.
Example approaches:
https://github.com/Akryum/vue-virtual-scroller
https://vueuse.org/core/useVirtualList/
Beta Was this translation helpful? Give feedback.
All reactions