Top "Ng-grid" questions

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

How to make checkbox cell edit template in ng-grid?

I am new to ng-grid. I am learning ng-grid with edit template options. i have created grid with edit checkbox …

angularjs ng-grid
Does ng-grid supports cell filter (angular filter) by row

ng-gird colDefs (column Definition) allows you to define a filter (angular filter) for each column. In my use case, I …

javascript angularjs angular-ui ng-grid
Can ng-grid have multiple fields in a single cell/column?

I'm creating a table that will be a readonly display of information. Using the table row ng-repeat approach I can …

angularjs ng-grid
How to achieve dynamic css class in ui-grid that reflects page content changes?

My goal is to achieve a dynamic CSS class in ui-grid cells with simplest example being to color gender column …

angularjs angular-ui-grid ng-grid ui-grid
deselect all rows in ng grid

Please find the ng grid example in plunker http://plnkr.co/edit/CncDWCktXTuBQdDVfuVv?p=preview It will allow user to …

angularjs ng-grid
Cell template in ng-grid

I am using cell template property of ng-grid. I am defining one function in the directive. Within the same directive …

angularjs ng-grid celltemplate
How to implement infinite scrolling with ng-grid

Currently, I am using ng-grid to show data in a tabular way. Also, for some tables that have rather lots …

angularjs angular-ui ng-grid
how to create a nggrid custom footer

I want to enable footers for ng-grid but I want to completely customize it and override what ng-grid does by …

angularjs angular-ui ng-grid
Any better approaches in achieving multi-column grouping in UI-Grid header?

I've tried to achieve the multi column grouping at column header level for UI-Grid with the below approach. Steps I've …

angularjs ng-grid angular-ui-grid
AngularJS (ng-grid) "editableCellTemplate" remains in edit mode on loss of focus

In the latest version of ng-grid(v2.0.7), when a editableCellTemplate is in edit mode and loses focus, it remain in …

angularjs ng-grid