Hi,
I was trying to enable edit mode on single click but got the problem.
When I enable edit mode by using activeEditor.enableFullEditMode()
, the current cell’s value will be set to blank. https://jsfiddle.net/TonyNguyen001/r6fvkjx2/16/
I want keep the value when enable mode, Is there any way I can do that ?
Thanks in advance !