-
Notifications
You must be signed in to change notification settings - Fork 48
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
Order change via pipe is not detected #31
Comments
I'm having the same problem on my app. This is quite annoying and it would be great to have a solution soon. |
Try it.
|
Hi @cpoissonnier . I had this problem too and fixed this problem. So here is solution.
and initially give it true value. When order value is changed
|
Another way is to force masonry to draw the layout again by calling this.masonry._msnry.reloadItems();
this.masonry._msnry._isLayoutInited = false;
this.masonry.layout() |
Hello,
When I sort my list with a custom pipe, the order is not changed when I use angular2-masonry. Without angular2-masonry, it works.
Is there a way to make masonry detect these changes?
The text was updated successfully, but these errors were encountered: