Hi Ria,
Thanks for the help...
I tried in below way also,
var sUrl = <URL FOR DATA>
var oModel = new sap.ui.model.json.JSONModel();
$.ajax({
type: 'GET',
url: sUrl,
success: function (data) {
var rows = data.Rowsets.Rowset[0].Row; //returns all the rows
oModel.setData({modelData: rows});
oTable.setModel(oModel);
oTable.bindRows("/modelData");
}
});
Is that the bug or how?
Is that working for you if you pass from query?
Can you please help with the below threads if you have any idea?
http://scn.sap.com/thread/3597797
Regards
G.Partheeban