feat: sorting columns.

This commit is contained in:
elforjani3
2021-03-03 20:07:33 +02:00
parent 31f864bc4e
commit 5f92196317
15 changed files with 305 additions and 269 deletions

View File

@@ -112,11 +112,11 @@ export function useBillsTableColumns() {
className: 'bill_date',
},
{
id: 'vendor_id',
id: 'vendor',
Header: formatMessage({ id: 'vendor_name' }),
accessor: 'vendor.display_name',
width: 140,
className: 'vendor_id',
className: 'vendor',
},
{
id: 'bill_number',