mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
fix(Datatable): actions cell align center.
This commit is contained in:
@@ -67,11 +67,6 @@ export function TotalCell({ payload: { currencyCode }, value }) {
|
||||
return <span>{formattedAmount(value, currencyCode, { noZero: true })}</span>;
|
||||
}
|
||||
|
||||
// Index table cell.
|
||||
export function IndexTableCell({ row: { index } }) {
|
||||
return <span>{index + 1}</span>;
|
||||
}
|
||||
|
||||
/**
|
||||
* Landed cost header cell.
|
||||
*/
|
||||
@@ -161,6 +156,7 @@ export function useEditableItemsEntriesColumns({ landedCost }) {
|
||||
disableSortBy: true,
|
||||
disableResizing: true,
|
||||
width: 45,
|
||||
align: Align.Center,
|
||||
},
|
||||
],
|
||||
[],
|
||||
|
||||
Reference in New Issue
Block a user