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