Hi Ria,
I am not sure whats happening... when I execute your code its working...
but when I pass my data in oTable its not working...
I guess the oModel is problem. Since I am loading the data initially as below
var oModelCalc= new sap.ui.model.json.JSONModel("/XMII/Illuminator?QueryTemplate=HZL/LABRoasterCalcine/Call_StorProc&Param.19="+DateTime+" 00:00:00"+"&Param.20="+DateTime+" 23:59:59"+"&Content-Type=text/json");
oTableCalc.setModel(oModelCalc);
oTableCalc.bindRows("/Rowsets/Rowset/0/Row");
Regards
G.Partheeban