-
I usually use this script to make infinite scroll :
$(window).scroll(function() {
if($(window).scrollTop() + $(window).height() == $(document).height()) {
alert("bottom!");
}
});
how to…
-
**Is your feature request related to a problem? Please describe.**
It’s annoying to click the next entry every time.
**Describe the solution you'd like**
The first thought is to add a shortcut ke…
-
Hi, i'm trying to use this on my project but my list is populated with rows with a non fixed height, some items has images, other only text, etc and data is being retrieved from a remote server; becau…
-
### Describe the bug
I have a large dataset of which I don't know the total number of records. I want to initialize the table with a small number of items (20) and load items in bunches of 20 whe…
-
pleaseeeee, i want to implement this.. is easy... point the code please :)
-
So in the pet news section we can add cards for news purpose and all the data can be linked to an api for pet news , so that user can read news efficiently and infinite scroll will load the news as mu…
-
# Bug report
userSwrInfinite + react-infinite-scroll-component bug
## Description / Observed Behavior
I have react-infinite-scroll-component with useSwrInfinite integration. I also have an in…
-
- [x] 1. ✔️✔️✔️✔️✔️✔️ Infinite scrolling through months/weeks **[H!]** https://github.com/nextcloud/calendar/issues/6
- [x] 2. ✔️✔️✔️✔️✔️✔️ Time-picker not intuitive **[H]** #6385
- [x] 3. ✔️✔️✔️✔️✔️✔…
-
Any plan to add pagination to the post list?
-
https://stackoverflow.com/questions/69524396/loading-lazy-but-for-html5-videos
https://medium.com/@bogdanfromkyiv/lazy-load-for-videos-with-plain-js-ef0671dda64