Datatable Richselect id - NOT value

Hello,
I know, this question has been asked already, but I cannot find a functional answer.
https://snippet.webix.com/ehufu08r

How to achieve (without changing the “data”) that in the fake-field appear the right entries?

Thanks a lot!
Martin

Hello,

It’s recommended to use value instead of text in the data. But if it really needs to use text, so you can solve it via scheme and, also, create a datacollection.
Sample: Code Snippet

Hello,

and thanks Nastja!
There is no way doing it with some “template” or so? The thing is, that the data is coming through REST and I would like to avoid setting up a datacollection and so for that.

Thanks,
Martin

The solution which I described above had to match to your requirements. Even if you change the data to the url in the datacollection, for example, it works well.