Questions tagged [react-infinite-scroll-component]
48 questions
16
votes
2 answers
“react-infinite-scroll-component” Stopped working after one call (loadMore only gets called once)
I use the react-infinite-scroll-component library for pagination,but even though hasMore is true, loadMore is called once.

Yashar Habibi
- 790
- 1
- 5
- 13
8
votes
1 answer
How to implement infinite scroll in next js?
Infinite scrolling in next js is not working, the same code works on normal create-react-app

bhattaraijay05
- 442
- 1
- 5
- 14
5
votes
2 answers
“react-infinite-scroll-component” not firing next function
I'm using the react-infinite-scroll-component to implement the infinite scroll component. The configuration of the component is:

zxcisnoias
- 494
- 3
- 19
5
votes
0 answers
how to limit the data shown in react-infinite-scroll
I try to use react-infinite-scroll-component to show some data cards but I don't understand how to show some data only in view in this case I display all data, how to solve this
here is my code
const AllTrainingEvent = () => {
const [data,…

Dexy Arya
- 51
- 3
5
votes
1 answer
Material UI Autocomplete + Infinite Scrolling together?
Problem : Getting double Scrollbars - Removing Paper Scrollbar makes the autocomplete content not scrollable hence showing ONLY the contents in the visible height of the dropdown.
If I hide the other scroll then the Infinite Scroll API does not get…

Gauri Padbidri
- 371
- 4
- 15
5
votes
1 answer
How to use react-infinite-scroll-component inside a Material-UI Dialog modal?
I'm using react-infinite-scroll-component in a project and it works fine outside a Dialog. When I scroll to the bottom of a page, the next set of data is fetched from the server but I can't get the same action inside my Material-UI Dialog.
Here's…

MaxRah
- 243
- 1
- 6
- 21
4
votes
1 answer
react infinite scroll component table body
Is there any way to use react infinite scroll component package in the "Table" ?
https://www.npmjs.com/package/react-infinite-scroll-component
Here is my code.
…