Filter combo from other combo

Hi i have two combos, and i want that the second one filters data depending:
1.- the value of the first combo,
2.- the text that you’re typing in the combo

I have this example: https://snippet.webix.com/lt55i1y6

I want to know if in the part of data, can i put an url to load form server, i tried but didn’t work

Hey @Dalaz, you can use bind to link those 2 combos together, in this case, both of your requirements will be met: https://snippet.webix.com/zaiidvi0.

Also please note that for binding to work the ids of the corresponding data should be the same, the rest can be customized to your liking.

As for the data loading part, you can provide a url inside your body config: https://snippet.webix.com/p0gatb5h. Also please make sure dynamic property is set to true.

1 Like