feat: Enhance CardView and DatasetManagement with loading state and pagination updates

This commit is contained in:
chenghh-9609
2025-10-23 16:56:36 +08:00
parent aba7a3e1fb
commit 4e53cc813b
6 changed files with 22 additions and 54 deletions

View File

@@ -179,6 +179,7 @@ export default function Overview({ dataset, filesOperation }) {
dataSource={fileList}
// rowSelection={rowSelection}
scroll={{ x: "max-content", y: 600 }}
pagination={{ showTotal: (total) => `${total}` }}
/>
</div>
</div>