feat: CellForceWidth component.

This commit is contained in:
a.bouhuolia
2021-11-01 09:34:58 +02:00
parent 613454a862
commit 24bd754c72
8 changed files with 66 additions and 4 deletions

View File

@@ -22,13 +22,13 @@ export const usePaymentMadeEntriesColumns = () =>
},
{
Header: intl.get('bill_amount'),
accessor: 'amount',
accessor: 'bill.amount',
Cell: FormatNumberCell,
align: 'right',
},
{
Header: intl.get('due_amount'),
accessor: 'due_amount',
accessor: 'bill.due_amount',
Cell: FormatNumberCell,
width: 100,
disableSortBy: true,