"Lookup" type of editor

I am trying to find a suitable editor (in datatable and form) for looking up a value from another control (for example a popup with a datatable). Much like the search box in this forum or in the docs. Where there is a text section to the editor and an icon/button at the end (in that case a magnifying glass). Hope this makes sense.

I’ve over complicated my question, really just a text editor with a button inside that is always visible that I can attach a click event to.

Hello @Tomk,
As a solution you can create custom editor webix.editors.$popup.customEditor = { ... } with the needed functionality.
Something like this: https://snippet.webix.com/y9s49co3

Thank you I will try this approach

Is there any way to get a search type as the actual datatable editor rather than in a popup?

@Tomk
check this
https://snippet.webix.com/i2ql0v01

@intregal Nice, that’s what I want Thanks a lot