feat: optimize the style of bank account transactions tables

This commit is contained in:
Ahmed Bouhuolia
2024-09-04 13:59:13 +02:00
parent e3532098b2
commit c76ce09191
27 changed files with 120 additions and 201 deletions

View File

@@ -123,6 +123,7 @@ export function useAccountTransactionsColumns() {
textOverview: true,
align: 'right',
clickable: true,
money: true,
},
{
id: 'withdrawal',
@@ -133,16 +134,18 @@ export function useAccountTransactionsColumns() {
textOverview: true,
align: 'right',
clickable: true,
money: true,
},
{
id: 'running_balance',
Header: intl.get('banking.label.running_balance'),
accessor: 'formatted_running_balance',
className: 'running_balance',
align: 'right',
width: 150,
textOverview: true,
align: 'right',
clickable: true,
money: true,
},
],
[],