mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-16 07:24:05 +00:00
feat: divide the pagination and the table
This commit is contained in:
parent
3842bef45a
commit
219ad5d1ec
@ -78,7 +78,9 @@ const ChunkList = () => {
|
|||||||
))}
|
))}
|
||||||
</tbody>
|
</tbody>
|
||||||
</Table>
|
</Table>
|
||||||
<Stack direction="row" justifyContent="flex-end">
|
<Stack direction="row" justifyContent="flex-end" sx={{
|
||||||
|
marginTop: '20px'
|
||||||
|
}}>
|
||||||
<Pagination
|
<Pagination
|
||||||
defaultPageSize={20}
|
defaultPageSize={20}
|
||||||
showSizeChanger={false}
|
showSizeChanger={false}
|
||||||
|
@ -206,7 +206,9 @@ const Documents = () => {
|
|||||||
))}
|
))}
|
||||||
</tbody>
|
</tbody>
|
||||||
</Table>
|
</Table>
|
||||||
<Stack direction="row" justifyContent="flex-end">
|
<Stack direction="row" justifyContent="flex-end" sx={{
|
||||||
|
marginTop: '20px'
|
||||||
|
}}>
|
||||||
<Pagination
|
<Pagination
|
||||||
defaultPageSize={20}
|
defaultPageSize={20}
|
||||||
showSizeChanger={false}
|
showSizeChanger={false}
|
||||||
|
Loading…
Reference in New Issue
Block a user