Added missing options

Added option columns to IGridInstance
This commit is contained in:
ashwin027
2015-10-07 19:01:21 -07:00
parent 66f88ec518
commit f5cb4a0e06

View File

@@ -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<IGridColumn>;
/**
* returns the total column footer height
*/