You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I Followed the infinite scroll tutorial which i managed to make it work for step 1. But the step 2 (remove the load more button) is not working as expected.
I have a page which need to load posts (like a blog) and I have about 7 200 of them. An infinite scroll seems a good way to start.
I tried to trick the code a little or do some stuff, be warned that the code you'll see maybe incorrect but I tried so many things ....
Like the tutorial (inside the for, within the first item) then a more degraded experience I face since each 10th item will keep those data attribute and if I scroll top one of them it will continue to load more and more items by
I'm lost here, thanks for help (I just need one basic infinite scroll from a doctrine Entity Contents table)
The text was updated successfully, but these errors were encountered:
I Followed the infinite scroll tutorial which i managed to make it work for step 1. But the step 2 (remove the load more button) is not working as expected.
I have a page which need to load posts (like a blog) and I have about 7 200 of them. An infinite scroll seems a good way to start.
I tried to trick the code a little or do some stuff, be warned that the code you'll see maybe incorrect but I tried so many things ....
In the first load of the page I have my 10 first items, and the first call of the "more" endpoint.
But each time I scroll down to the data-appear-target, my last ten articles are overwritten instead of adding 10 more.
If i put those 3 lines :
Like the tutorial (inside the for, within the first item) then a more degraded experience I face since each 10th item will keep those data attribute and if I scroll top one of them it will continue to load more and more items by
I'm lost here, thanks for help (I just need one basic infinite scroll from a doctrine Entity Contents table)
The text was updated successfully, but these errors were encountered: