Top "Angular-ui-grid" questions

angular-ui-grid is a datagrid written in AngularJS by the AngularUI Team.

How to use Angular UI-Grid with Server Side Paging

I'm using AngularJs Ui-Grid.info to display dynamic data grids, I love it but now I have to hook it …

angularjs angular-ui-grid
Custom header template for ui-grid , angular

I was trying angular's ui-grid for a project but finding it difficult to built a custom template for my grid . …

angularjs angular-ui-grid
How to auto size column width in AngularJS ui-grid

In AngularJS ui-grid , how can I configure the grid so that it can auto adjust the width of the columns …

javascript angularjs angularjs-directive angular-ui-grid
How to change height of ui-grid row?

I am using ui-grid. I have a lot of rows and that is why I use scrolling. Everything works perfectly …

css angularjs ng-grid angular-ui-grid
Using ui-grid constants to disable scrollbars

With the latest version of ui-grid (v3.0.0-rc.16) it is possible to turn the horizontal and vertical scrollbar off seperately. …

angularjs scrollbar angular-ui-grid
formatting date angularjs ui-grid

I am trying to change the way date is being displayed. the data is coming as string with the format "…

angularjs angular-ui-grid
AngularJS : How to access scope from ui-grid cell template?

How does one access $scope from a ui-grid cell template? Here's my controller code: app.controller('MainCtrl', ['$scope', function ($…

javascript angularjs angular-ui-grid
Angular UI Grid click row

I have a list of items in an Angular UI Grid. When I click a row, I want to be …

angularjs angular-ui-grid
Change angular ui-grid's columns visibility

I want to show/hide columns after the grid is rendered. Before i moved to the new ui-grid I called …

angular-ui-grid
angular ui grid row template color based on condition

I need to change row color of angular ui grid based on some condition. The target is achieved in ng-grid …

angularjs ng-grid angular-ui-grid