Skip to content

custom cell edit mode can we have on keyboard events like pressing 'tab' key 'enter' key  #876

@hctslm

Description

@hctslm

I am having a requirement of table inline editing, I need to allow the user to edit row wise from one cell to other by pressing tab (and the previous cell content should be saved when user moved from one cell to another cell by pressing tab)

Is there any solution to add multiple event to
const cellEditProp = {
mode: ['click','keydown','keypress']
};
If we achieve this it will a big help to user without using mouse he can edit the table with in less time

Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions