From 115a129003c9f351f2a7478c59acd9d6c595289f Mon Sep 17 00:00:00 2001 From: navaneeth Date: Wed, 21 Apr 2021 13:26:17 +0530 Subject: [PATCH] Feature: Resize width of actions column --- frontend/src/Editor/Components/Table.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/Editor/Components/Table.jsx b/frontend/src/Editor/Components/Table.jsx index 2603650b69..3681be45e9 100644 --- a/frontend/src/Editor/Components/Table.jsx +++ b/frontend/src/Editor/Components/Table.jsx @@ -64,6 +64,7 @@ export function Table({ id, width, height, component, onComponentClick, currentS id: 'actions', Header: 'Actions', accessor: 'edit', + width: columnSizes['actions'] || defaultColumn.width, Cell: (cell) => { return actions.value.map((action) =>