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