According to the documentation getEditor(row,column)
should return the specific editor. That doesn’t happen: https://snippet.webix.com/4a2rz1bl
It seems like, that the _editors
property is empty (at least in my local project)
According to the documentation getEditor(row,column)
should return the specific editor. That doesn’t happen: https://snippet.webix.com/4a2rz1bl
It seems like, that the _editors
property is empty (at least in my local project)
Hello,
an editor is available when you start editing. Try to set onAfterEditStart event handler and call getEditor
there.
If you need to open an editor by API you can use editCell