Change combobox into a button with options

Hi, i trying to use this code: https://snippet.webix.com/09326954 in this other code https://snippet.webix.com/e2v0g7hm but I got an error at line 81, how can I use this code webix jet? Thanks

Hello @Hellekin,

Hi, i trying to use this code: https://snippet.webix.com/09326954 in this other code https://snippet.webix.com/e2v0g7hm but I got an error at line 81, how can I use this code webix jet?

Windows and popups should be initialized via a this.ui() constructor when working with Webix Jet (instead of the conventional webix.ui() constructor), and since the suggest is essentially a popup with a list inside, the same applies here as well. Please take a look at the following examples: https://snippet.webix.com/eyn6knjt / https://snippet.webix.com/t051y19v.

You can read more about the correct way to initialize and reference windows and popups while using Webix Jet in this article.

Thanks, @Dzmitry You have helped me a lot, but now I try to change at line 148 with this.win.config.id to use my button and change my datatable but It doesn’t work, how can I call my component because i used to use $$(“component”) in most of the cases?
https://snippet.webix.com/3n42bqjq