mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
Ui-Grid: Fix Column Defs
Fix invalid type for IGridOptions.columnDefs.
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user