Infinite scroll
-
Hello guys, can somebody give me example how to use infinite scroll. I read documentation, but this component is poorly explained. Thanks in advance!
-
Have you clicked on “View Source” on the documentation website? https://github.com/quasarframework/quasar-play/blob/master/src/components/showcase/web-components/infinite-scroll.vue
-
Hi @kristijan97, if you can’t figure out even viewing source code of Razvan examples ask me, I’ve used that and I think I can help.
I’m trying to leave @rstoenescu some time to work on new release, may be I can do my part. -
Thanks guys. I figure this out
Best regards
-
Hi, I have exactly the same question, could you help me? I just need to use it with a async call, but the problem is I just have one request wich give me all th data, then I need to give the data each 5 items to the scroll
-
If your backend gives you all data there is no need to infinite scroll in my opinion… you should use pagination only if you data gets large
-
@Max i also facing this issue, any suggestion ?
-
@rstoenescu that is a dead link for me. get 404 error?
-
It’s here now. https://quasar.dev/vue-components/infinite-scroll#Introduction
Scott