Sorts a dataset.
data.sort("#Version#","asc"); data.sort(function(a,b){ return a.Version > b.Version ? 1 : -1; },"asc");
Parameters: