I want to auto resize a ui-grid using the ui ui.grid.autoResize
module but the ngStyle never applies
I have done this plunker to show what I mean
I want to auto resize a ui-grid using the ui ui.grid.autoResize
module but the ngStyle never applies
I have done this plunker to show what I mean
Solution found. I have done a bad ng-style declaration ng-style="{{myStyle}}"
instead of ng-style="myStyle"
Autoresize works to resize the grid to the size of the container - it deals with resizes of your window. It doesn't resize the grid to the size of your data.