Top "Ng-grid" questions

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

Best way to represent a Grid or Table in AngularJS with Bootstrap 3?

I am creating an App with AngularJS and Bootstrap 3. I want to show a table/grid with thousands of rows. …

angularjs twitter-bootstrap-3 ng-grid angular-ui-grid smart-table
ng-options with simple array init

I'm a little bit confused with Angular and ng-options. I have a simple array and I want to init a …

angularjs ng-grid ng-options
How to hide column in ng grid

here is my code: index.html <!DOCTYPE html> <html ng-app="myApp"> <head> <meta …

angularjs angular-ui ng-grid
Server-side paging+filtering+sorting for ng-grid with WebAPI

I'm trying to create a simple working example of using ng-grid with ASP.NET WebAPI. Thus, I started from the …

angularjs asp.net-web-api ng-grid
How to filter my data? (ng-grid)

I think this is most likely very simple but I cannot find any clear documentation on how to add a …

javascript angularjs filtering ng-grid
Error: [ngModel:nonassign] Expression is non-assignable

Trying to display a columnvalue from a gridcollection based on another value in that same row. The user can select/…

angularjs ng-grid
Getting select rows from ng-grid?

How do I create (or access) an array of selected rows in my ng-grid? Documentation (scroll to "Grid options") id | …

angularjs data-binding angularjs-directive angularjs-scope ng-grid
is there a way to auto adjust widths in ng-grid?

I'm having trouble with widths of my columns. I don't know what width they will be beforehand, nor do I …

ng-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
How to refresh ng-grid when griddata has different number of columns from previous displayed griddata

I do have an application where user selects an option to get grid data from server side and depend upon …

angularjs ng-grid