masonic icon indicating copy to clipboard operation
masonic copied to clipboard

Masonry Component not showing whole data

Open het-swb opened this issue 2 years ago • 6 comments

I was using this library in my current project. I took references from codesandbox.io. But I am encountering an issue. I am not getting all the data, 2 things are happening here -

  • If the change the value of overscanby to a higher value then all data is showing. The data is displayed on the basis of the value of overscanby property.
  • If I zoom out to 25% then whole data is showing.

But for normal display and low value of overscanby it is showing only 30% of data.

het-swb avatar May 02 '22 09:05 het-swb

@jaredLunde I think this is related to my comment here: https://github.com/jaredLunde/masonic/issues/112#issuecomment-1112115484

Note that for me once I start scrolling all the rest of the data is rendered correctly (with the larger overscan).

maierson avatar May 02 '22 12:05 maierson

Thank you @maierson, I'll try implementing it by taking references from here - link Meanwhile @jaredLunde if there is any other way to implement it please let me know, I am a bit stuck here.

Thank you

het-swb avatar May 02 '22 12:05 het-swb

I tried something by taking the reference from the above link but still, the whole data is not showing. On a normal screen first 20-30 posts are visible and if I zoom out then more data gets rendered.

It would be great if you can provide a solution to this problem.

Thank you

het-swb avatar May 03 '22 17:05 het-swb

@het-swb were you able to find a solution to this?

tayler-king avatar Feb 02 '23 23:02 tayler-king