diff --git a/ui-grid/ui-grid.d.ts b/ui-grid/ui-grid.d.ts index 481326b138..870a6f03d9 100644 --- a/ui-grid/ui-grid.d.ts +++ b/ui-grid/ui-grid.d.ts @@ -483,6 +483,10 @@ declare module uiGrid { * use gridOptions.appScopeProvider to override the default assignment of $scope.$parent with any reference */ appScope?: ng.IScope; + /** + * returns an array of columns in the grid + */ + columns: Array; /** * returns the total column footer height */