This commit is contained in:
wayanrivan
2025-05-22 13:07:28 +07:00
parent 8031ffd087
commit fd0a22d6a4
2 changed files with 3 additions and 3 deletions

View File

@ -244,7 +244,7 @@ const ShowDetailWalletDialog: React.FC<ShowDetailWalletDialogProps> = ({
return (
<Dialog open={open} onOpenChange={onClose}>
<DialogContent className="max-w-[95vw] sm:max-w-[1200px] p-4 overflow-hidden">
<DialogContent className="w-screen max-w-screen max-h-screen p-4 overflow-hidden">
<DialogHeader>
<DialogTitle>Details Wallet Statement</DialogTitle>
</DialogHeader>
@ -333,7 +333,7 @@ const ShowDetailWalletDialog: React.FC<ShowDetailWalletDialogProps> = ({
<DataGridProvider
key={JSON.stringify(filters)}
columns={columns}
pagination={{ size: 10 }}
pagination={{ size: 5 }}
layout={{ card: true }}
sorting={[{ id: 'id', desc: false }]}
serverSide={true}