forked from ddrilling/asb_cloud_front
add width of actions column
This commit is contained in:
parent
240885cf93
commit
0d1bdcc15a
@ -133,6 +133,7 @@ export const EditableTable = ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
const operationColumn = {
|
const operationColumn = {
|
||||||
|
width: 80,
|
||||||
title: (!!onRowAdd) && <Button
|
title: (!!onRowAdd) && <Button
|
||||||
onClick={addNewRow}
|
onClick={addNewRow}
|
||||||
disabled={editingKey !== ''}
|
disabled={editingKey !== ''}
|
||||||
|
Loading…
Reference in New Issue
Block a user