addHotKey() and columns dosen't work together

addHotKey() and columns doesn’t work together
I use pro edition.
snippet: http://webix.com/snippet/fa53e1dd

Thanks!

Hi!

You forgot to define an editor:

http://webix.com/snippet/c0f872d7

Hi,

My code also worked in snippet, but not in my code.
Since i use pro edition, I also tried to use webix hosted libraries.
Still not working.
Any help?

I figured it out. columns should have 1 more object: object[“editor”] = “text”; snippet: http://webix.com/snippet/aca515d7

Well, it was the solution I’ve provided to you, but with a little inaccuracy - I’ve changed “any” to “enter” and forgot to put it back, sorry for this.