I am using ng-grid to display data on my page. There are 2 grids on the page, but I am facing these issues:
- Grid is not responsive, it has fixed height and width.
- Browser hangs momentarily before grid is rendered. I do not know this issue is with ng-grid or that I am putting lot of data in controller which is degrading performance. This is visible bad when the grid loads first time. Performance remains fine when I change data set and grid renders again.
Any ideas or suggestions.