Top "Angular-ui-grid" questions

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

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
Hide column header in ui-grid AngularJS

I am using ui-grid for displaying data. I want to hide the column header. Is there any property for this …

angularjs angular-ui-grid
Angular ui-grid external export buttons

I am new working with the Angular UI-GRID and I need to create external buttons for the exporting features like …

angularjs export-to-csv angular-ui-grid export-to-pdf
UI-Grid does not take 100% width on page load

I am using ui-grid to showing data in table. when i load the page and leave for few second and …

javascript angularjs angular-ui-grid
Cannot read property 'selection' of undefined

I'm using ui-grid. But I cannot get the $scope.gridApi from download function. And get the error: Cannot read property …

angular-ui-grid
Tooltip property for column header ui-grid angularjs

I am using cellTooltip property of colDef but that does not seems to be working. $scope.gridOptions.columnDefs = [{ displayName: 'Test', …

angularjs angular-ui-grid ui-grid
What is Default Header Cell Template of UI-GRID?

The ng-grid documentation contains default Header Cell Templates (as well as other default templates). What is the default header cell …

angularjs angularjs-directive angular-ui-grid
How to make Angular ui grid expand all rows initially?

I am using ui grid to show a list of data and I am trying to initially expand all rows. …

angularjs angular-ui angular-ui-grid
Angular ui-grid set filter field programatically and refresh. Value not showing up

I have a ui-grid with a bunch of columns using the built in filtering. One of the columns is "owner". …

javascript angularjs angular-ui-grid
how to force automatically refresh ui-grid after adding row

I spent a long time that to resolve this problem and need some help. I'm rendering grid on my page …

javascript angularjs angular-ui-grid