Hello UIWhiz,
One of the required data formats for column’s collection/options is ID/value key pair.
If you need to customise it, you can define suggest within the columns configuration and specify which data to display with the help of template:
suggest: {
body: {
template: "#name#"
}
Please check the example: https://snippet.webix.com/89lgc2fz
More detailed information about data for column collections you can find here.