The v-virtual-scroll
component displays a virtual, infinite list. It supports dynamic height and scrolling vertically.
We are in the process of integrating the v-virtual-scroll
component into existing features and components. If you are interested in helping, please reach out to John Leider in the Discord Community.
The virtual scroller displays just enough records to fill the viewport and uses the existing component, rehydrating it with new data.
Sélectionnez le composant désiré ci-dessous afin de voir les props, slots, événements et méthodes disponibles.
Vous trouverez ci-dessous une collection d'exemples simples ou complexes.
The v-virtual-scroll
component can render an unlimited amount of items by rendering only what it needs to fill the scroller's viewport.
By default the v-virtual-scroll
does not pre-render additional items outside of the viewport. Increasing this value causes the scroller to render additional items as padding. It is recommended to keep this number as low as possible for the best possible performance
.
Prêt pour plus ? Continuez la lecture avec :