I have the following code which gets the data.
data = JSON.stringify(obj.dataModel.data);
console.log( data );
However this is in the order originally placed in the object, if I sort a column the data is in a different order, is there a way to get the data in the order set?