Top "Ng-grid" questions

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

Column header wrapping when using Angular ui-grid

I have upgraded my AngularJS SPA application from ng-grid v2.0.7 to ui-grid v3 and my column headers no longer wrap …

angularjs ng-grid angular-ui-grid
How can I make the clicking of a button in an ng-grid table delete a row from the model?

I have set up the following with ng-grid: var gridData = {}; $scope.gridOptions = { data: 'gridData', enableCellEdit: true, multiSelect: false, columnDefs: [ { field: …

angularjs ng-grid
smart table column show/hide toggle

I'm new to AngularJS and SmartTable...I'm currently trying to get SmartTable to have a show/hide toggle for the …

angularjs ng-grid smart-table
Angular ngGrid select row on page load

My question is an extension to thisquestion Getting select rows from ng-grid? plunker - http://plnkr.co/edit/DiDitL?p=…

javascript angularjs angularjs-scope angular-ui ng-grid
ui-date-format in nggrid cell template

I want a date picker in my cell so i have created a cell template var myDateTemplate= '<input …

angularjs angular-ui ng-grid
Is it possible to make ng-grid responsive?

I'm using the Angular.js 'ng-grid' data grid and am trying to make its behavior responsive. When I resize the …

angularjs ng-grid
Sort on underlying data in ng-grid

I wish to display a formatted value in a ng-grid cell, but sort on a related numeric value not displayed. …

javascript angularjs sorting ng-grid
How do I download the Angular UI Grid?

I can't believe I have to ask this, but how do I download the Angular UI Grid? From http://ui-grid.…

angularjs github ng-grid angular-ui-grid
Is paging and columnResizing not working in ui-grid v3.0.0-rc.11

I can't seem to get any paging or column re-sizing working in the new ngGrid (ui-Grid) rc build v3.0.0-rc.11. …

angularjs ng-grid angular-ui-grid
Using row values in ng-grid column cellTemplate

I'm trying to add a column that have a link to another page (is an ng-grid table). That link contains …

angularjs ng-grid