Closed brandonmcconnell closed 1 month ago
tested it and it's works fine for me
Check the source of lib, there are simple logic for elem distribution and working not as you expect
I see this happening as well especially as the dataset grows through an infinite scroll type fetch pattern. A couple columns end up growing much longer (FWIW our content is different sized which may contribute to the issue)
I have the same issue when the dataset grows in a infinite scroll. If you call to an API and the array of elements grows with differents heights, the items are not being distributed appropriately.
PR's are welcome if you want to help improving the distribution algorithm
Published in 2.4.0
I see lots of available space in one column, but extra items are still added to another column
Here is my impl: