diff --git a/client/src/app/catalog/components/CatalogDataTable.tsx b/client/src/app/catalog/components/CatalogDataTable.tsx index a476b8f..59a8b06 100644 --- a/client/src/app/catalog/components/CatalogDataTable.tsx +++ b/client/src/app/catalog/components/CatalogDataTable.tsx @@ -29,27 +29,19 @@ export const CatalogDataTable = () => { { id: "id" as const, accessorKey: "id", - enableResizing: false, - size: 10, }, { id: "article_id" as const, accessorKey: "id_article", - enableResizing: false, - size: 10, }, { id: "catalog_name" as const, accessorKey: "catalog_name", - enableResizing: false, - size: 10, }, { id: "description" as const, accessorKey: "description", header: () => <>{t("catalog.list.columns.description")}>, - enableResizing: false, - size: 100, }, { id: "points" as const, @@ -58,8 +50,6 @@ export const CatalogDataTable = () => { cell: ({ renderValue }: { renderValue: () => any }) => (