mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +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:
Vendored
+1
@@ -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