Hi Ajay,
I have tried your code (with the Northwind odata service) - JS Bin - Collaborative JavaScript Debugging
When I run the page in a security disabled Chrome window, I am able to fetch the data from the service and display in the table. However I get a cross origin error in a normal Chrome window.
Please refer Use a SimpleProxyServlet for Testing to Avoid Cross-domain Requests and verify if your are configuring the proxy correctly to avoid the same origin policy.
Regards,
Saurabh