Top "Ng-grid" questions

ng-grid is a datagrid written in AngularJS and jQuery by the AngularUI Team.

AngularJS + NG-Grid pass row.column.field into ng-click event

How does one pass {{row.getProperty(col.field)}} into ng-click? What happens is the id does not get propagated back, …

javascript angularjs angular-ui ng-grid
ngGrid - remove row

I have been looking for an example on how to implement a button to remove a selected row, but I …

angularjs ng-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
AngularJS ng-grid with custom button

I am using angular button in a ng-grid. I need to know how can i identity which button was clicked …

angularjs ng-grid
Angular ui grid how to show a loader

I'm wondering how to show a simple loader before data was loaded. I'm using ng-grid-1.3.2 I'm googling but I didn't …

javascript angularjs angular-ui ng-grid
Angular ng-grid row height

is there any way to apply the height of the row in ng-grid according to its content. there is one …

javascript css angularjs ng-grid
ngGrid Multi Column Filtering

I am using the ngGrid module for AngularJS to show some paged data. I want to be able to search …

javascript angularjs ng-grid
How to do client-side pagination with ngGrid?

If you set the enablePaging options of an ng-grid to true, you enable server-side pagination. What about client-side one? I …

angularjs pagination ng-grid
basic ng-grid example not working

I'm new to angularjs and ng-grid...I'm currently going through a simple exampe for ng-grid, but I can't seem to …

angularjs ng-grid
How to set aggregation with grouping in ng-grid

I want to see totals (or generally any aggregation function) for each group in a grid. This was requested and …

angularjs angular-ui ng-grid