cedricdelpoux / react-responsive-masonry

React responsive masonry component built with css flexbox
https://cedricdelpoux.github.io/react-responsive-masonry/
MIT License
362 stars 37 forks source link

Support sorting items #36

Closed Mangor1no closed 2 years ago

Mangor1no commented 3 years ago

Hello, thanks for greate library! I'm wondering if you can provide sorting items function base on column height, for example the shortest column will have next items. Looking foward to this function :D

cedricdelpoux commented 2 years ago

Hello, it is not possible for now to add next items in the shortest column. I don't plan to implement it but it's a nice feature. PR are welcome if you want to help. Thanks