eiriklv / react-masonry-component

A React.js component for using @desandro's Masonry
MIT License
1.44k stars 145 forks source link

avoid reordering #47

Open kandros opened 8 years ago

kandros commented 8 years ago

Is it possible to avoid reordering when more items get added?

current behaviour http://www.hearsay.me/ the desidered behaviour is this http://pintevent.com/

afram commented 8 years ago

have you tried the stamp API that comes with Masonry? http://masonry.desandro.com/methods.html#stamp

kandros commented 8 years ago

@afram I'm not familiar with masonry api, but is stamp supposed to work if the stamped elements are created by masonry itself? do you mind provide a snippet?

kandros commented 8 years ago

I've tried basically all masonry's option, but the reordering is always present. in case someone find a solution please let me know