all data fields appear in first column on datatable inline data load

I have set up a datatable with multiple fields. I also have set up sample data, utilizing the field id as my reference for the data. However, all the data appears in the first column! What displays is a row for each field for each record. The first field of the each of the records displays first in the first column, followed by the data from the second field from each record, and continues so that all the data appears in the first column, as first field, then second field, etc. I cannot find my error. Any guidance would be helpful.

Hi,

Could you please share a code snippet where the issue can be spotted?

You can use the http://webix.com/snippet tool.

Not sure how to use snippet tool. My script file embedded in html is:

It appears to work in the snippet tool, but not in my app. I am using meteor with templating.