fix: cancel sorting

This commit is contained in:
jialin
2025-12-24 15:40:19 +08:00
parent a9b58a5564
commit b25189feea
16 changed files with 51 additions and 12 deletions
+2
View File
@@ -45,6 +45,7 @@ const SealTable: React.FC<SealTableProps & { pagination: PaginationProps }> = (
pagination,
empty,
sortDirections,
showSorterTooltip,
renderChildren,
loadChildren,
loadChildrenAPI
@@ -167,6 +168,7 @@ const SealTable: React.FC<SealTableProps & { pagination: PaginationProps }> = (
columns={parsedColumns}
sortDirections={sortDirections}
sorterList={sorterList}
showSorterTooltip={showSorterTooltip}
></Header>
</div>
<Spin spinning={loading}>