Feature: Resize width of actions column

This commit is contained in:
navaneeth 2021-04-21 13:26:17 +05:30
parent 1598c10c96
commit 115a129003

View file

@ -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