I have solved the problem. Actually we have to add a prefix 'proxy' before oData URI string like.
"proxy/https/sapes1.sapdevcenter.com/sap/opu/odata/sap/ZCD204_EPM_DEMO_SRV"
If the application has to run on ABAP server then we can write a normal string like.
"https://sapes1.sapdevcenter.com/sap/opu/odata/sap/ZCD204_EPM_DEMO_SRV"
Some java scripts are conflicted each other. That was the reason my table was scrolling.
I had more than one script running in my application.