add width of actions column

This commit is contained in:
Фролов 2021-08-19 15:05:48 +05:00
parent 240885cf93
commit 0d1bdcc15a

View File

@ -133,6 +133,7 @@ export const EditableTable = ({
}
const operationColumn = {
width: 80,
title: (!!onRowAdd) && <Button
onClick={addNewRow}
disabled={editingKey !== ''}