.
This commit is contained in:
4
lib/ui/grid/column.d.ts
vendored
4
lib/ui/grid/column.d.ts
vendored
@ -37,8 +37,8 @@ export interface GridColumnDefinition {
|
||||
iconClassName?: string | ((item: GridItem | any) => string);
|
||||
text?: string;
|
||||
tooltip?: string | ((item: GridItem | any) => string);
|
||||
onallchecked?: (this: Grid, col: GridColumnDefinition, flag: boolean) => void;
|
||||
onchanged?: (this: Grid, item: GridItem | any, value: boolean | any) => void;
|
||||
onAllChecked?: (this: Grid, col: GridColumnDefinition, flag: boolean) => void;
|
||||
onChanged?: (this: Grid, item: GridItem | any, value: boolean | any, oldValue: any, e?: any) => void;
|
||||
}
|
||||
|
||||
export class GridColumn {
|
||||
|
Reference in New Issue
Block a user