feat(GLTable): columns text overflow.

This commit is contained in:
a.bouhuolia
2021-12-28 19:52:21 +02:00
parent e97bf56adb
commit b4e9ee7ff3
3 changed files with 12 additions and 24 deletions

View File

@@ -75,6 +75,7 @@ export const useInvoicePaymentTransactionsColumns = () => {
accessor: 'payment_number',
width: 100,
className: 'payment_number',
textOverview: true,
},
{
id: 'payment_reference_no',