DataTable : DataCollection + Spans

Hello,

How can I sync my DataCollection to my DataTable that includes spans? I am not able to figure this out.

Thanks.

Hello,
Actually, components DataStore are synchronized.
The point is that DataCollection store only data and it doesn’t support spans, unfortunately. Consequently, DataTable get only data without spans

Is there a way to add spans later, after the data has been synced? In the examples i see data: { data:[], spans:[] }, but I would like to add spans:[] separately if that is possible.

I have data synced from an external source but some of this data also needs to have colspans. I would rather put all this into one synced datatable than put several datatables on the page.

Thanks.

Yes, you can add it via addSpan.
Example: https://snippet.webix.com/5lpxxort