mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: Tabular number of all money columns
This commit is contained in:
@@ -29,6 +29,7 @@ const numericColumn = R.curry((data, index, column) => ({
|
||||
}),
|
||||
disableSortBy: true,
|
||||
align: Align.Right,
|
||||
money: true,
|
||||
}));
|
||||
|
||||
const columnsMapper = R.curry((data, index, column) => ({
|
||||
|
||||
Reference in New Issue
Block a user