Datatable - custom popup editor - get parent

Hi,

I have a custom popup editor, is there a way to get the parent cell from the popup?

-Tomas

What do you mean by “custom popup editor”.

Please provide a snippet https://snippet.webix.com/

@TomasF, Hello!

Tell us, please, the purposes you need to get access to the table cell from the popup.

The fact is that, depending on your goals, it is possible to get this access, for example, from the render() of a custom editor (here you need to apply a delay). Example: Code Snippet
Or, for example, through locate() in some other methods. Example: Code Snippet