From d699af9d75aa9dde405230de48cc9f6c3337bfe5 Mon Sep 17 00:00:00 2001 From: Rodolfo Ruiz Date: Thu, 4 Sep 2025 20:51:46 -0600 Subject: [PATCH] chore: hide dates and by columns --- src/private/categories/Categories.jsx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/private/categories/Categories.jsx b/src/private/categories/Categories.jsx index bb5eab8..fac41bc 100644 --- a/src/private/categories/Categories.jsx +++ b/src/private/categories/Categories.jsx @@ -164,10 +164,8 @@ export default function Categories() { }, { field: 'tagName', headerName: 'Name', flex: 1.2, minWidth: 180 }, { field: 'slug', headerName: 'Slug', flex: 1.0, minWidth: 160 }, - { field: 'icon', headerName: 'Icon', flex: 0.7, minWidth: 120 }, - // New computed column + { field: 'icon', headerName: 'Icon', flex: 0.7, minWidth: 250 }, { field: 'material', headerName: 'Material', flex: 1.2, minWidth: 200 }, - // Hidden audit columns { field: 'createdAt', headerName: 'Created Date', @@ -229,7 +227,17 @@ export default function Categories() { r?._id || r?.id}