Datatable in popup editor

Hi team,

I am fighting here with popup editor…

http://webix.com/snippet/c2ff522e

As you can see, I would like to have datatable in editor where user will select one row, and that row will be popup value. It is easier for user to filter datatable and than pick one value. I used richselect before and all values from datatable were in one richselect value but that does not look nice and it takes to much time for user to find correct line.

What I am missing here is link to datatable row. Which row activated popup? If I can get that info, than I can pre-select value in popup datatable and vice versa. I tried to create custome editor, but I do not know how to setup 5 methods…

Check GridSuggest

http://docs.webix.com/desktop__gridsuggest.html#usinggridsuggestaseditor
http://webix.com/snippet/fb0fa7ec

Nice :slight_smile:

Is it possible to return value in data-table instead of ID?

Well, I found it. Need to delete view:“datatable”…