Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to display data in order #141

Open
huangweikuna opened this issue Jan 30, 2023 · 1 comment
Open

How to display data in order #141

huangweikuna opened this issue Jan 30, 2023 · 1 comment

Comments

@huangweikuna
Copy link

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.

@shershen08
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants