Open
Description
A very nice package, thank you. I have two problems.
- I want to handle the situation at the top and load more in front of the page.
- I want to do pagination. more precisely, I want to get on which page it is with call back.
const changedPage = (page) => {
console.log (page)
}
/*
* currentPage = 2
* scrolls down output: 3
* scrolls up output: 1
*/
Metadata
Metadata
Assignees
Labels
No labels