From 194269dae24beb6c280870a7ec1f3793d97aba6c Mon Sep 17 00:00:00 2001 From: camille-s Date: Mon, 3 Jun 2024 12:25:45 -0400 Subject: [PATCH] DataTable columns need minWidth --- src/utils/data.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/data.js b/src/utils/data.js index 43ac4fa..7203322 100644 --- a/src/utils/data.js +++ b/src/utils/data.js @@ -74,6 +74,7 @@ const getCustomCols = (field, type, cogs) => { const opts = { filterOperators: typeOpts, filterable: isFilterable, + minWidth: 100, ...stdOpts[field] }; return opts || {};