Added grid reference to IGridColumnOf interface

This commit is contained in:
MatejQ
2015-11-09 08:31:00 +01:00
parent bc09997f9d
commit 279e4197ac
+2
View File
@@ -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;