ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: mrgreen123 on January 28, 2019, 09:06:49 pm
-
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?
-
Please use this
var data = $grid.pqGrid('option', 'dataModel.data');