chore: Add onDelete and onDuplicate props to TableComponent
This commit is contained in:
parent
a38a0d7eeb
commit
d309c2bd85
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ interface TableComponentProps extends AgGridReactProps {
|
|||
alertTitle?: string;
|
||||
alertDescription?: string;
|
||||
editable?: boolean | string[];
|
||||
onDelete?: (selectedRows: any) => void;
|
||||
onDuplicate?: (selectedRows: any) => void;
|
||||
}
|
||||
|
||||
const TableComponent = forwardRef<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue