Uh oh!
There was an error while loading. Please reload this page.
Replies: 5 comments 4 replies
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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? |
any solutions to this? i'm working on a similar view with infinite scroll as well but the columns need to be responsive |
Has any one implemented this? |
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. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
@wan54@AlexAdvent |
Uh oh!
There was an error while loading. Please reload this page.
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!
All reactions