-
Hi. I'm trying to implement what I would consider to be (perhaps naively) a straightforward use of the So, I'm just looking for guidance on what the right way round to do this is and if others have implemented something similar, or if I'm even using the correct virtualizer component in this case. Any help would be really appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The children of Virtualizer/VList must be elements array or a render prop, not a wrapper div. If you want to customize the element over the children, you can use It's not built with React, but there is an example of virtulization with css grid styling. |
Beta Was this translation helpful? Give feedback.
The children of Virtualizer/VList must be elements array or a render prop, not a wrapper div. If you want to customize the element over the children, you can use
as
prop of Virtualizer.It's not built with React, but there is an example of virtulization with css grid styling.
https://inokawa.github.io/virtua/?path=/story/solid_virtualizer--div-table