Datatable editor shows id instead of value

After editing a cell in datatable it shows id instead of value
https://snippet.webix.com/j0oqaimk

Hello @nikolai996,

The select editor sets the end value based on the selected item’s id, and that is the intended behaviour. You can either provide an array of strings (https://snippet.webix.com/a53hxgu7), or match your ids to the values in your options list: https://snippet.webix.com/8e5ec0yk.