Any props to define threshold when we will pre-fetch data? #578
Unanswered
ilhamwahabi
asked this question in
Q&A
Replies: 1 comment
-
Yep, I am also interested in this prop in case of endless scrolling scenario. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In
react-virtualized
we have "threshold" props which isThreshold at which to pre-fetch data. A threshold X means that data will start loading when a user scrolls within X rows. Defaults to 15.
Do we have something similar in
react-virtuoso
?Beta Was this translation helpful? Give feedback.
All reactions