Top "Angular-ui-grid" questions

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

Using a function in cell template

I am using angularjs with ui-grid. One column of the grid contains a timestamp that I would like to render …

angularjs angular-ui-grid
Increase width of column in ui.grid

I have inserted some dummy object in Grid,The data displays in the grid found some issues. Here is My …

angularjs angular-ui-grid
How to format a number value in AngularJS ui-grid cell to two decimal?

I'm using Angularjs ui-grid and using the default settings, the question is how can I format the numbers to two …

angularjs angularjs-directive number-formatting angular-ui-grid
Format a ui-grid grid column as currency (RC 3.0)

The grid options below display the data as expected. But If I try to to format the row.entity[col.…

angularjs angular-ui-grid
Ng-grid vs. ui-grid

I looked at the angular-ui modules because I need to implement a grid. I saw that there is the stable …

ng-grid angular-ui-grid
Setting column width in angular ui grid

I'm using angular ui-grid and have a long grid with almost 30 columns, I want to set fixed width for columns …

angularjs angular-ui angular-ui-grid
UI Grid add editable row

I wanted to add a new row into my existing grid. Also, the row which is getting pushed should be …

angularjs angular-ui-grid
angular-ui-grid: how to highlight row on mouseover?

I want to highlight an entire row of angular-ui-grid when the mouse is on top of it. I have tried …

angularjs angular-ui-grid
Angular ui.grid paging vs. pagination

I am new to ui.grid and using the tutorial to get a grid with lots of data. My version …

angularjs pagination angular-ui-grid
Angular ui-grid events in cell header not firing

I'm using a headerCellTemplate in the columDefs of my ui-grid (not ng-grid but the new rewrite). In the html I …

angularjs angular-ui-grid