-
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! |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
-
If you're on the latest canary version, I believe |
Beta Was this translation helpful? Give feedback.
If you're on the latest canary version, I believe
column.editorOptions = { editOnClick: true };
should work.