mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-12 10:06:45 +08:00
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:
1
ng-grid/ng-grid.d.ts
vendored
1
ng-grid/ng-grid.d.ts
vendored
@@ -176,6 +176,7 @@ declare module ngGrid {
|
||||
displayName?: string;
|
||||
cellTemplate?: string;
|
||||
enableCellEdit?: boolean;
|
||||
pinned?: boolean;
|
||||
}
|
||||
|
||||
export interface IFilterOptions {
|
||||
|
||||
Reference in New Issue
Block a user