Replies: 4 comments 1 reply
-
Hi, did you make any progress on this? I'm currently making a similar gallery and using the grid view as in the docs example. But because the columns aren't actually virtualised I'm thinking of changing to only virtualising the rows and wrapping each row in a div. Simpler to layout out the items in a row using flex-box or css grid. Did you continue using the grid view? |
Beta Was this translation helpful? Give feedback.
-
any solutions to this? i'm working on a similar view with infinite scroll as well but the columns need to be responsive |
Beta Was this translation helpful? Give feedback.
-
Has any one implemented this? |
Beta Was this translation helpful? Give feedback.
-
For anyone looking for the answer this is the example, specifically the masonry, you should check out https://tanstack.com/virtual/latest/docs/framework/react/examples/variable. |
Beta Was this translation helpful? Give feedback.
-
Discussed in #279
Originally posted by lironezra April 10, 2022
Hi friends :)
I'm trying to build a gallery with items like the image below I am using react-query to fetch the items with infinite-scrolling,
I want to achieve that with virtualized items.
Can I implement it with Raws (I've tried this approach without success...) or I need to use the Grid view?
Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions