Cambiar de posición la columna "Serie"
This commit is contained in:
parent
32888fa7a4
commit
69040d289e
@ -94,13 +94,7 @@ export function useProformasGridColumns(
|
|||||||
),
|
),
|
||||||
cell: ({ row }) => DateHelper.format(row.original.invoiceDate),
|
cell: ({ row }) => DateHelper.format(row.original.invoiceDate),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: "series",
|
|
||||||
accessorKey: "series",
|
|
||||||
header: "Serie",
|
|
||||||
enableHiding: true,
|
|
||||||
enableSorting: false,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "invoiceNumber",
|
id: "invoiceNumber",
|
||||||
accessorKey: "invoiceNumber",
|
accessorKey: "invoiceNumber",
|
||||||
@ -185,7 +179,13 @@ export function useProformasGridColumns(
|
|||||||
cellClassName: "max-w-128",
|
cellClassName: "max-w-128",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "series",
|
||||||
|
accessorKey: "series",
|
||||||
|
header: "Serie",
|
||||||
|
enableHiding: true,
|
||||||
|
enableSorting: false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "reference",
|
id: "reference",
|
||||||
accessorKey: "reference",
|
accessorKey: "reference",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user