Render new rows on scroll #389
Unanswered
igorpost92
asked this question in
Q&A
Replies: 2 comments 9 replies
-
No, this is not supported currently. Quite a few people have asked about it, I am open to PR on it, although I would personally not recommend using that approach. |
Beta Was this translation helpful? Give feedback.
4 replies
-
I've recently introduced a property that can address that - |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
Is it possible to make virtuoso render new rows during the scroll?
Right now it renders new rows only when scroll gets close to the latest. I would like to render a few new rows before and after current rows during the scroll (like it works in react-vitrualized for example). Because i have complex rows and when user scrolls very fast there are blank spaces.
Beta Was this translation helpful? Give feedback.
All reactions