chore: get start from deploying

This commit is contained in:
jialin
2025-02-24 11:34:40 +08:00
parent 1dd7037aa0
commit bcbefe29e7
11 changed files with 214 additions and 26 deletions
+3
View File
@@ -26,6 +26,7 @@ const SealTable: React.FC<SealTableProps & { pagination: PaginationProps }> = (
watchChildren,
rowSelection,
pagination,
empty,
renderChildren,
loadChildren,
loadChildrenAPI
@@ -116,11 +117,13 @@ const SealTable: React.FC<SealTableProps & { pagination: PaginationProps }> = (
onSelectAll={handleSelectAllChange}
expandable={expandable}
enableSelection={rowSelection?.enableSelection}
hasColumns={parsedColumns.length > 0}
></HeaderPrefix>
<Header onSort={onSort} columns={parsedColumns}></Header>
</div>
<Spin spinning={loading}>
<TableBody
empty={empty}
dataSource={props.dataSource}
columns={parsedColumns}
rowSelection={rowSelection}