Ver código fonte

add missing type

ruiyi.jiang 2 anos atrás
pai
commit
3988f295ef
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      client/src/components/grid/Types.ts

+ 1 - 0
client/src/components/grid/Types.ts

@@ -156,6 +156,7 @@ type ActionBarConfig = {
   onClick: (e: React.MouseEvent, row: any) => void;
   onClick: (e: React.MouseEvent, row: any) => void;
   icon?: IconsType;
   icon?: IconsType;
   text?: string;
   text?: string;
+  linkButton? : boolean;
   showIconMethod?: 'iconType' | 'renderFn';
   showIconMethod?: 'iconType' | 'renderFn';
   renderIconFn?: (row: any) => ReactElement;
   renderIconFn?: (row: any) => ReactElement;
   label?: string;
   label?: string;