-
Notifications
You must be signed in to change notification settings - Fork 782
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
Comments
@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 👍 |
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. |
@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 :) |
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 |
duplicate #693 ? |
Forgot to close it and already fixed on |
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
The text was updated successfully, but these errors were encountered: