Dear Sai,I solved it by work around: draw table with only headerscroll container containing table with hidden header and the same columns of the first table.This is code sample:<Table showNoData="false"> <columns> <Column minScreenWidth="" d...
Dear VREDDY, you can retrieve items as array and change it and set it again to the json model: var items = oModel.getProperty("/items");var itemEntity ={ "Manufacturer": "Toshiba", "Type": "TV", "Price": 500};items.push(itemEntity);oModel.setPrope...
Dear Mithum,This may be helpful article : http://scn.sap.com/people/volker.drees/blog/2012/10/26/step-by-step-guide-to-build-an-odata-service-based-on-rfcs-part-1