How can I get cell editor on after adding row in datatable?

I add row dynamically in datatable and after adding it I want editor in particular datatable cell.

https://snippet.webix.com/g0yl52qk

How can I get it?

Following function is not working.
object getEditor( [string| number| object row,string| number column] );

As I wants to set value to particular editor after render row, I cannot use onAfterEditStart, onBeforeEditStart, onAfterEditStop and onBeforeEditStop

Please tell me as soon as possible.

to get editor you need to have editing started.
try to call editCell at first.
https://snippet.webix.com/lpl8x12i