I'm trying to implement the infinite loadingm but I'm not able to do it. I've read the documentation and some similar issues, I tried also force-use-infinite-wrapper option without luck.
If I load for example only 3 students, it works properly until it fills all the page, when I reach the bottom, the event doesn't fire. If I load 20 students, the event never fires as they fill all the page.
I tried moving the wrapper to the first div and in this case, infiniteHandler is called forever until there are no more students.
I'm using Bulma for CSS and both divs are flex. I've tried to add manually "overflow: auto" without luck.
Hi there,
I'm trying to implement the infinite loadingm but I'm not able to do it. I've read the documentation and some similar issues, I tried also force-use-infinite-wrapper option without luck.
This is my code:
If I load for example only 3 students, it works properly until it fills all the page, when I reach the bottom, the event doesn't fire. If I load 20 students, the event never fires as they fill all the page.
I tried moving the wrapper to the first div and in this case, infiniteHandler is called forever until there are no more students.
I'm using Bulma for CSS and both divs are flex. I've tried to add manually "overflow: auto" without luck.
Thanks