datatable editaction dobble click on only one field

Hi team,

Is it possible to enable dobble click editaction to only one datatable field ?

https://snippet.webix.com/xu76h5wu

Hei,
You can define “editaction : ‘none’” and add attach event in datatable with ‘onItemClick’ and ‘onItemDblClick’ function

check this snippet
https://snippet.webix.com/ahxz8omd

Thank you very much @vickypaulantono !