-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
sortBy original-order not sorting items #764
Comments
The items are keeping their proper order, it's just the Masonry layout at work. Have you considered trying the fitRows layout -- which keeps items in horizontal order? Or look at masonry ordered |
Ah I see, that makes sense. Masonry ordered looks good, is that just for the masonry plugin or can it be used with isotope also?
|
This "issue" with Isotope has frustrated me on several projects and it still surprises me that this functionality isn't built in. My saving grace has been modulo-columns. |
Hi, Check this: http://postimg.org/image/vadm24jzp/ Order is not correct for nears 2--3 cells, global order stay correct but can be wrong for 1-2 cells one near the other. How can this be fixed? Thanks |
Hello, Any news? |
There is a possible solution in a Pull Request to Masonry. See desandro/masonry#811 |
I have a fluid isotope grid setup, I'm looking to keep the original order all the time, even when the browser window is resized. Thus I thought using
sortBy: 'original-order',
would solve this problem, but the.grid-block
divs aren't keeping their original order.Here's a jsfiddle demo to demostrate: http://jsfiddle.net/2kmGL/
and the jQuery markup as follows:
Is there a reason this isn't working / can it at all be achieved?
The text was updated successfully, but these errors were encountered: