You've already forked DataMate
feat: Enhance CardView and DatasetManagement with loading state and pagination updates
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user