From 481870f7bdc731ce3456065966ac249b6883c6be Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Wed, 19 Jun 2024 10:50:19 -0300 Subject: [PATCH] add fitGridWidth autoSize Strategy --- src/frontend/src/components/dataOutputComponent/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/frontend/src/components/dataOutputComponent/index.tsx b/src/frontend/src/components/dataOutputComponent/index.tsx index d9af5ac05..d3867c522 100644 --- a/src/frontend/src/components/dataOutputComponent/index.tsx +++ b/src/frontend/src/components/dataOutputComponent/index.tsx @@ -20,11 +20,12 @@ function DataOutputComponent({ const columnDefs = columns.map((col, idx) => ({ ...col, resizable: true, - initialWidth: 150, })) as (ColDef | ColGroupDef)[]; return (