Would it be possible to have md-list-grid to work like masonry.js?
Please provide more details and specific requests.
@acondiff Any updates here?
To clarify, I believe Angular Material would benefit from a brick-like layout like this. http://codepen.io/acondiff/pen/jWvree
They do something similar in the new Google+. It should have Infinite and virtual scroll functionality as seen in this pen. Infinite scroll meaning we have a callback method when the users scroll approaches the bottom of the content area. Virtual scrolling meaning as you scroll down it removes DOM items from the top (and vise versa).
+1
This would be killer. I tried laying out a blog with
This issue is closed as part of our deprecation effort.
For details, see our post Spring Cleaning 2016.
Most helpful comment
To clarify, I believe Angular Material would benefit from a brick-like layout like this. http://codepen.io/acondiff/pen/jWvree
They do something similar in the new Google+. It should have Infinite and virtual scroll functionality as seen in this pen. Infinite scroll meaning we have a callback method when the users scroll approaches the bottom of the content area. Virtual scrolling meaning as you scroll down it removes DOM items from the top (and vise versa).