A
A
Anton2020-04-20 17:55:51
Vue.js
Anton, 2020-04-20 17:55:51

How to autoload data in vuetify.js lists?

I use Vuetify components to quickly create interfaces, but I ran into a question: is there support for partial loading of lists with continued loading when the list scrolls down.
Let's say I have a table in a DB where there are 1000 rows. Using AXIOS, I'm querying the first 50 positions from a database table via API and putting the result in a v-select (v-autocomplete) component. The user, when scrolling down the list, looks through the elements of the list and, having reached the last one, he should load new data into the list from the database table (another 50 rows), etc... Is this behavior of lists implemented in Vuetify and / or how is it can be implemented without the help of libraries.
Perhaps the question is very simple, just never had a chance to implement it.
Thank you.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question