Replies: 1 comment 4 replies
-
I am not exactly sure what's not working in your case, but you can start from this very simple test setup I used when developing. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to use virtuoso, since it's enough for my purpose and alternatives are really confusing.
My intent is showing icons in a grid like way and use the window scroll instead the default method, but it only renders up to 256 items and scrolling doesn't change anything, not even when I reach the end I trigger the endReached. The onScroll prop is also not triggered.
The entire page is rendered with the "correct" height, but only renders 256 items and the rest is empty.
This is my code:
The code inside
_cellRenderer
was already being without virtuoso or any other alternative, but for performance issues i decided to try and wrap it...Any idea on how I can solve this issue?
Beta Was this translation helpful? Give feedback.
All reactions