Merge pull request #5303 from btesser/patch-2

Ui-Grid: Fix Column Defs
This commit is contained in:
Masahiro Wakame
2015-08-13 23:56:01 +09:00
+1 -1
View File
@@ -192,7 +192,7 @@ declare module uiGrid {
export interface IGridOptions {
aggregationCalcThrottle?: number;
appScopeProvider?: ng.IScope | Object;
columnDefs?: IColumnDef;
columnDefs?: Array<IColumnDef>;
columnFooterHeight?: number;
columnVirtualizationThreshold?: number;
data?: Array<any> | string;