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

@@ -158,7 +158,7 @@ export const useInventoryAdjustmentsColumns = () => {
width: 100,
},
{
id: 'publish',
id: 'published_at',
Header: formatMessage({ id: 'status' }),
accessor: PublishAccessor,
width: 95,