ruiyi.jiang 2 anni fa
parent
commit
3988f295ef
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
   icon?: IconsType;
   text?: string;
+  linkButton? : boolean;
   showIconMethod?: 'iconType' | 'renderFn';
   renderIconFn?: (row: any) => ReactElement;
   label?: string;