sync
This commit is contained in:
2
lib/ui/grid/grid.d.ts
vendored
2
lib/ui/grid/grid.d.ts
vendored
@ -45,7 +45,7 @@ interface GridColumnDefinition {
|
||||
allcheck?: boolean;
|
||||
events?: { [event: string]: any };
|
||||
attrs?: { [key: string]: string } | ((item: GridItem | any) => { [key: string]: string });
|
||||
// TODO: allowFilter?: boolean;
|
||||
allowFilter?: boolean;
|
||||
filter?: (item: GridItem | any) => any;
|
||||
sortFilter?: (a: GridItem | any, b: GridItem | any) => -1 | 0 | 1;
|
||||
bgFilter?: (item: GridItem | any) => string;
|
||||
|
Reference in New Issue
Block a user