Merge branch 'master' of https://git.shiblysolution.id/TPAY/dashboard
This commit is contained in:
@ -181,15 +181,15 @@ const ShowDetailWalletDialog = () => {
|
|||||||
meta: { headerClassName: 'min-w-[80px]' }
|
meta: { headerClassName: 'min-w-[80px]' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
accessorKey: 'amount',
|
accessorKey: 'pre_amount',
|
||||||
header: ({ column }: any) => <DataGridColumnHeader title="Amount" column={column} />,
|
header: ({ column }: any) => <DataGridColumnHeader title="Pre Amount" column={column} />,
|
||||||
enableSorting: false,
|
enableSorting: false,
|
||||||
cell: (info: any) => info.getValue()?.toFixed(2),
|
cell: (info: any) => info.getValue()?.toFixed(2),
|
||||||
meta: { headerClassName: 'min-w-[100px]' }
|
meta: { headerClassName: 'min-w-[100px]' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
accessorKey: 'pre_amount',
|
accessorKey: 'amount',
|
||||||
header: ({ column }: any) => <DataGridColumnHeader title="Pre Amount" column={column} />,
|
header: ({ column }: any) => <DataGridColumnHeader title="Amount" column={column} />,
|
||||||
enableSorting: false,
|
enableSorting: false,
|
||||||
cell: (info: any) => info.getValue()?.toFixed(2),
|
cell: (info: any) => info.getValue()?.toFixed(2),
|
||||||
meta: { headerClassName: 'min-w-[100px]' }
|
meta: { headerClassName: 'min-w-[100px]' }
|
||||||
|
|||||||
Reference in New Issue
Block a user