Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
hctslm opened this issue Dec 8, 2016 · 6 comments

Comments

@hctslm
Copy link

hctslm commented Dec 8, 2016

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

@AllenFang
Copy link
Owner

@hctslm, thanks for advice, I know this feature will be useful, but currently I have no much time to do this, so PR is welcome :)

If I have time in the future, I'll back to support this feature 👍
Thanks

@samfisher908
Copy link

Is anyone working on this right now? I'm planning on giving it a try for a project I'm working on right now and am happy to contribute my work to the codebase if everything goes smoothly.

@AllenFang
Copy link
Owner

@samfisher908, I think there's no one work on it and this issue may start to handle after v3.0.0 release for me(current still on beta), so you can take a look for codebase and let me know if you have any question.

PR is welcome, thank you :)

@madeinfree
Copy link
Contributor

madeinfree commented Feb 7, 2017

Sorry @samfisher908, I didn't see your comment on this work.., #1015 is my solution to resolve this features, if you would like to PR, you could sent your PR welcome :D

@madeinfree
Copy link
Contributor

duplicate #693 ?

@AllenFang
Copy link
Owner

Forgot to close it and already fixed on v3.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants