Update ng-grid.d.ts

Added pinned to IColumnDef, also wondering why under IGridOptions, data isn't a string, any[] doesn't work in my experience.
This commit is contained in:
studiollama
2014-03-16 14:25:14 -07:00
parent eed8736e64
commit cd9997d223

View File

@@ -176,6 +176,7 @@ declare module ngGrid {
displayName?: string;
cellTemplate?: string;
enableCellEdit?: boolean;
pinned?: boolean;
}
export interface IFilterOptions {