mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-07 01:39:07 +00:00
Merge pull request #6679 from MatejQ/columngridref
Added grid reference to IGridColumnOf interface
This commit is contained in:
2
ui-grid/ui-grid.d.ts
vendored
2
ui-grid/ui-grid.d.ts
vendored
@@ -3527,6 +3527,8 @@ declare module uiGrid {
|
||||
filter?: IFilterOptions;
|
||||
/** Filters for this column. Includes 'term' property bound to filter input elements */
|
||||
filters?: Array<IFilterOptions>;
|
||||
/** Reference to grid containing the column */
|
||||
grid: IGridInstanceOf<TEntity>;
|
||||
name?: string;
|
||||
/** Sort on this column */
|
||||
sort?: ISortInfo;
|
||||
|
||||
Reference in New Issue
Block a user