PeachScript / vue-infinite-loading

An infinite scroll plugin for Vue.js.
https://peachscript.github.io/vue-infinite-loading/
MIT License
2.66k stars 367 forks source link

Load all pages at once #310

Closed bportesio closed 3 years ago

bportesio commented 3 years ago

When i am trying to add infinite-scroll component in a buefy table component, the infinite-scroll component do all the http request for all pages at once. Can you help me to solve this problem?

https://jsfiddle.net/scm2Ltg4/4/

bportesio commented 3 years ago

I already solved using footer slot

https://jsfiddle.net/scm2Ltg4/9/