I need to use ui-grid in angular js and I was doing a little test to hide the columns based on bootstrap classes. For exampl consider having a table with 100 columns but on mobile you want to show only 3 of them.
This is a plunker
http://plnkr.co/edit/9TGp1vPZeOfKLjzezgUv?p=preview
I'm using:
cellClass:"hidden-sm",headerCellClass:"hidden-sm"
as you see the column is not shown but the grid is still taking all the space.
Any help?