Добавлена возможность использовать внешний onCell в EditableTable

This commit is contained in:
Александр Сироткин 2022-03-16 16:12:02 +05:00
parent f4a3c0f293
commit 4bacf7f9e1

View File

@ -188,6 +188,7 @@ export const EditableTable = memo(({
return {
...col,
onCell: (record) => ({
...col.onCell?.(record),
editing: isEditing(record),
record,
dataIndex: col.dataIndex ?? col.key,