feat: edit replicas in the list

This commit is contained in:
jialin
2024-09-04 19:34:32 +08:00
parent 5fc6d3ee38
commit 825683dd75
8 changed files with 138 additions and 25 deletions
+2
View File
@@ -23,6 +23,7 @@ const SealTable: React.FC<SealTableProps & { pagination: PaginationProps }> = (
childParentKey,
onExpand,
onSort,
onCell,
expandedRowKeys,
loading,
expandable,
@@ -135,6 +136,7 @@ const SealTable: React.FC<SealTableProps & { pagination: PaginationProps }> = (
renderChildren={renderChildren}
loadChildren={loadChildren}
loadChildrenAPI={loadChildrenAPI}
onCell={onCell}
onExpand={onExpand}
expandedRowKeys={expandedRowKeys}
></TableRow>