Datatable popup arrow keys and popup data suggest

Hello,

Im using something like code snippet: Code Snippet with the difference that the column you’re clicking in is editable using a ‘text’ editor. Because of the nature of the data collection (can be different from row to row) I cant use a suggest or gridsuggest for the column.

I would like the up and down arrow keys to move focus to the datatable in the popup so the user can use the keyboard to select values without having to use the mouse.

I would also like the behaviour where the user is typing in the cell and the popup datatable filters to the matching data.

Any suggestions would be appreciated.
Thanks,
Pieter

Good day @Pieter ,
You may focus the list in the popup with the help of webix.UIManager.setFocus(list);
More about focusing you could find here: Keyboard Events. Focusing. Navigation.
Please, look at the example: https://snippet.webix.com/wh5vxv28 .