Hi Webix team, in the http://webix.com/snippet/51410c1d I sync data for the datatable with the DataCollection. In the Datatable I use the map:"(date)#date#" function to make the date sortable. But the date in the Datatable isn’t sortable. I need any help. A lot of thanks.
I solved the problem with DataColletion and scheme http://webix.com/snippet/21bf2a84
The “map” works only for the data that was loaded directly in the datatable.
If you are using .sync, you need to configure date parsing on the source component.
Your solution with DataCollection is correct.