Try to add new value to a pseudo combo in data table

Hi team,

Here the snipet :
https://snippet.webix.com/jb4tdk2d

Column “key” :
if a value is selected in list, its saved via updateItem which launch the save function
If a new text value is entered, the save function do the job (not written in snippet) and the next time the new value appeat in list (not written in snippet)

Is there a better way to launch the popup via the onClick => clickKey of the
template: “#key#
please ?

if the value is empy, the popup don’t appear

I made this variant but the first time i click on the cell, the popup appear in the left corner

https://snippet.webix.com/jy0azdm9

i used $$(“my_pop”).show(node)

try this

$$("my_pop").show(this.getItemNode(id));

Perfet @inttegral !

https://snippet.webix.com/pww8a229

Thanks