From f5cb4a0e06cd2c621648dcd948ba792d13abd355 Mon Sep 17 00:00:00 2001 From: ashwin027 Date: Wed, 7 Oct 2015 19:01:21 -0700 Subject: [PATCH] Added missing options Added option columns to IGridInstance --- ui-grid/ui-grid.d.ts | 4 ++++ 1 file changed, 4 insertions(+) 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 */