Event handlers and Flex changes
This commit is contained in:
@@ -18,7 +18,7 @@ export interface GridlerColumn extends Partial<BaseGridColumn> {
|
||||
colIndx: string,
|
||||
value: any,
|
||||
storeState: GridlerStoreState
|
||||
) => GridCellLoose;
|
||||
) => Partial<GridCellLoose>;
|
||||
defaultIcon?: string;
|
||||
disableFilter?: boolean;
|
||||
disableMove?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user