I'm using the Angular.js 'ng-grid' data grid and am trying to make its behavior responsive. When I resize the screen I'd prefer the grid columns to become stackable automatically as opposed to keeping the grid a fixed width.
I've found a few links mentioning a defunct ngGridLayoutPlugin
that all lead to a dead end on GitHub. I've also seen other grids like angular-deckgrid
but I'm not interested at this point in changing grids.
Is there anyway to make ng-grid
responsive?