How to create Infinite Scroll with Laravel Folio and Livewire Volt? #52097
Unanswered
hilmihidyt
asked this question in
General
Replies: 2 comments
-
Hi.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I think that there are two possibilities here:
Either one seems to me to be a bug of some sort. I would start by: a. Examining the Livewire response to see what was sent; and |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create an infinite scroll using Laravel Folio and Livewire Volt. The default amount of data on this page is 10, and when the user scrolls down to the footer, there should be 10 more data loaded, but currently, the data that can be loaded when the user scrolls down only increases by 2 data. What is the correct way to create an infinite scroll with Folio and Volt? Here is the code I have made:
pages/index.blade.php
When the data increases by 2 data, an error like this appears in the console:
Beta Was this translation helpful? Give feedback.
All reactions