Event handlers and Flex changes

This commit is contained in:
Hein
2025-10-22 17:06:31 +02:00
parent af68d6d377
commit f5887b5be6
6 changed files with 82 additions and 14 deletions

View File

@@ -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;