Hi,
I was curious what is the appropriate binding for rowIndx, I have tried the following but seems like it is not being recognized.
var obj = $.paramquery.tableToArray(tbl);
newObj.dataModel = { rowIndx: obj.data[0], data: obj.data };
newObj.dataModel = { rowIndx: "ID", data: obj.data };
Thanks!