Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Using Vue-virtual-scroll-grid with axios #69

Answered by rocwang
Aditi-1400 asked this question in Q&A
Discussion options

You must be logged in to vote

Basically, you need to write a function that accepts a page number and a page size, then uses axios to fetch the items from your backend in a paginated way. Pass this function to the vue-virtual-scroll-grid component as the pageProvider prop. See the example here.

P.S. If you have further question, please post it in Discussions instead. Issues is not for general "how to" help.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bot08
Comment options

@rocwang
Comment options

Answer selected by rocwang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #64 on July 02, 2021 04:56.