mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Added grid reference to IGridColumnOf interface
This commit is contained in:
Vendored
+2
@@ -3514,6 +3514,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