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.