Add cell alignment and styling adjustments to actions column in proformas grid
This commit is contained in:
parent
4d1735e3d5
commit
00c647fe20
@ -266,9 +266,11 @@ export function useProformasGridColumns(
|
||||
meta: {
|
||||
isActionsColumn: true,
|
||||
headerClassName: "text-right",
|
||||
cellClassName: "flex justify-end",
|
||||
},
|
||||
header: "Acciones",
|
||||
enableSorting: false,
|
||||
|
||||
cell: ({ row }) => {
|
||||
const proforma = row.original;
|
||||
const isIssued = proforma.status === PROFORMA_STATUS.ISSUED;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user