I'm new with AngularJS. Right now, I'm trying to get my ng-grid working in a directive. I populated my table asynchronously (updating the data and columnDefs properties). It worked fine. Now when I receive the data, I set a default grouping in code and what I get at launch is : - The columns and data are not visible but the groups are. - If I resize my window, the columns and data appear.
I guess it has something to do with refresh, but I couldn't find a way to trigger a refresh of the component on my own.
Maybe you can help :)