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 (