marks the sorted column with arrow (asc/desc) in the header
dtable = webix.ui({view:"datatable", ...}) dtable.markSorting("title", "asc");
dtable.sort("title", "asc"); dtable.markSorting("title", "asc");