feat: attrs on product
This commit is contained in:
@@ -63,26 +63,6 @@ export const useProductsTableColumns = () => {
|
|||||||
header: "Размер",
|
header: "Размер",
|
||||||
enableSorting: false
|
enableSorting: false
|
||||||
},
|
},
|
||||||
{
|
|
||||||
accessorKey: "weight",
|
|
||||||
header: "Вес",
|
|
||||||
enableSorting: false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
accessorKey: "price",
|
|
||||||
header: "Цена",
|
|
||||||
enableSorting: false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
accessorKey: "quantity",
|
|
||||||
header: "Количество",
|
|
||||||
enableSorting: false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
accessorKey: "description",
|
|
||||||
header: "Описание",
|
|
||||||
enableSorting: false
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
accessorKey: "additionalInfo",
|
accessorKey: "additionalInfo",
|
||||||
header: "Доп. информация",
|
header: "Доп. информация",
|
||||||
|
|||||||
Reference in New Issue
Block a user