Specified values a combo-box (or select)

How to make a combo-box (or select) for each row in the table specified values ?

Check the next topic - http://forum.webix.com/discussion/7740/nested-data-with-combo-box-and-data-table#latest

Thanks

Why error appears:
Uncaught TypeError: this.getEditor (…) getPopup is not a function.

With what version is supported?
My version v.2.1.0

You need webix 3.x for above to work. While there is no major difference in richselect widget handling between 2.x and 3.x version, you have a more granular control over editor’s behavior in the latest one.

Ok, thaks.

Then on 3 version issue:

webix.js:863 Uncaught TypeError: Cannot read property ‘$label’ of undefined

I call the method checkItem()

Are you using the same code as in the snippet, or some custom version? In second case, please share a demo link

All is working, thaks.