|
Hello Everyone, I am currently using a custom editor for cell editing and have as a requirement for users to be able to activate the cell to use the custom editor with just one click, is there a way to do this? I understand the current Editor Lifecycle initiates with either double click or enter, but that would not work in this scenario. Thank you in advance for any answer you provide! |
Answered by
nstepien
Jan 26, 2021
Replies: 2 comments
|
I was also thinking that it could be interesting to provide a prop to the formatter such as onEditStart which oke could initiate whenever |
0 replies
|
If you're on the latest canary version, I believe |
0 replies
Answer selected by
nstepien
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're on the latest canary version, I believe
column.editorOptions = { editOnClick: true };should work.