DataTable column template with DataCollection

When I use an external DataCollection with my DataTable, the template: function(obj) in a column does not expose the record, it exposes the entire DataCollection. So I don’t have any way to determine which record I am trying to format.

What is the best way to work around this?

Hello,

Basically, the data is handled correctly: https://snippet.webix.com/vf6vf0ws
Could you please clarify, how exactly do you connect the collection to the datatable?