vue-masonry icon indicating copy to clipboard operation
vue-masonry copied to clipboard

How to display data in order

Open huangweikuna opened this issue 2 years ago • 1 comments

Background. When I enter a list data, the page always displays the data in the same order.

For example. [1,2,3] [2,3,1] I have checked in google that it may be sorted by the formation of row height, how can I make it display in the order of the input data.

huangweikuna avatar Jan 30 '23 11:01 huangweikuna

masonry layout puts elements in a way that fits the size/columns, but order horizontally may be a bit off

shershen08 avatar May 06 '23 09:05 shershen08