Datatable Sorting

If my datatable is sorted and I reload the data using .load() or .parse(), the sorted column still indicates that it’s sorted but the data is loaded unsorted.

Is there anyway to get what column is sorted in a datable, so I can manually sort it on load.

You can use

var sort = $$("table").getState().sort;

to get current sorting state. Also you can markSorting API to remove sorting marker from the grid’s header.

http://docs.webix.com/api__link__ui.treetable_marksorting.html