How can i get the datatable to show the display value instead of the id?

I am using the combobox in a datatable. The values appear correctly in the combobox, but once I select the value and the editor closes, the datatable shows the id instead of the value (ex. 90 instead of Kevin). How can i get the datatable to show the display value instead of the id?

ok

can you share a snippet?

please check…

https://snippet.webix.com/43hg48z0

check this article
https://docs.webix.com/datatable__columns_configuration.html#externaldatasourceforthecolumn
if you need to set datasource for text column, then set options as string array or array of objects with equal id/value

In my case i have dynamic data

use options:"/path/to/dynamic/data"

It’s not working

check this
https://snippet.webix.com/ahul5thu

Thanks for your reply. That’s working fine.

In few cases I need to format data after ajax success.

what can we do in this case?