feat: attrs on product
This commit is contained in:
@@ -56,6 +56,12 @@ export const useProductsTableColumns = () => {
|
|||||||
accessorKey: "color",
|
accessorKey: "color",
|
||||||
header: "Цвет",
|
header: "Цвет",
|
||||||
enableSorting: false
|
enableSorting: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
|
||||||
|
accessorKey: "size",
|
||||||
|
header: "Размер",
|
||||||
|
enableSorting: false
|
||||||
}
|
}
|
||||||
], []);
|
], []);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user