In today’s post we’ve taken a look at some options for responsive columns in AngularJS in particular for Mobile support where possible. If you find any other decent AngularJS responsive plugins or examples please leave a comment.
1. AngularJS DeckGrid
A lightweight masonry-like grid for AngularJS. As you resize the elements rezsize and reload proportionally to the width of the screen/device.GithubDemoMobile Viewport
2. Filtering Items into Columns with AngularJS
Example in code pen on how you might be able to animate transitioning of items in columns using AngularJSDemoMobile Viewport
3. Angular Masonry Fly
Generates masonry layout without knowing images height or waiting for them to load.GithubDemoMobile Viewport
4. AngularJS utDataGrid
This is an angular module for a datagrid directive. That will take your data and turn it into a beautiful grid with many features such as multi column sorting and filtering.GithubDemo