mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Feature: Resize width of actions column
This commit is contained in:
parent
1598c10c96
commit
115a129003
1 changed files with 1 additions and 0 deletions
|
|
@ -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) =>
|
||||
<button
|
||||
|
|
|
|||
Loading…
Reference in a new issue