Skip to content

👑 [需求] EditableProTable 需要支持单个Cell的编辑功能。 #9643

@0xddddddddd

Description

@0xddddddddd

🔩 所属模块或组件

EditableProTable

🥰 需求描述

editable 需要支持下标控制,用户双击或单击了哪个cell然后再显示哪个可编辑的组件。目前使用:
onCell: (record) => ({ onDoubleClick: () => { setEditableRowKeys([record.key]); }, }),

这样整个行都会处于编辑状态。

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions