mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: sorting columns.
This commit is contained in:
@@ -44,17 +44,17 @@ export const useManualJournalsColumns = () => {
|
||||
className: 'journal_type',
|
||||
},
|
||||
{
|
||||
id: 'publish',
|
||||
id: 'status',
|
||||
Header: formatMessage({ id: 'publish' }),
|
||||
accessor: (row) => StatusAccessor(row),
|
||||
width: 95,
|
||||
className: 'publish',
|
||||
className: 'status',
|
||||
},
|
||||
{
|
||||
id: 'note',
|
||||
Header: formatMessage({ id: 'note' }),
|
||||
accessor: NoteAccessor,
|
||||
disableSorting: true,
|
||||
disableSortBy: true,
|
||||
width: 85,
|
||||
className: 'note',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user