Dynamic queries for oData endpoint in javascript

Well, the name is a little sip, but it says what I'm looking for. I have an oData endpoint, and I’m interested to know if there are any projects there (preferably open source, perhaps based on datajs?) That allow me to point to the endpoint, and that gives me a grid, paging and my end users can perform dynamic queries (for example, add new query parameters and update the grid).

See if it is worth seeing, someone else was on this path before I went down myself.

+6
javascript odata jaydata breeze datajs
source share
4 answers

Breeze is another open source library that performs dynamic JavaScript requests for OData and Web API and is under active development: http://www.breezejs.com

+3
source share

I don't know if this is really a question, but take a picture of JayData . It is a cross-platform data library that supports oData and language, natural or programmatic query. It also has an example of how to use it with jqGrid.

+2
source share

The free OData javascript library is available here (among other OData libraries): http://www.odata.org/developers/odata-sdk

This is not a true researcher, but there are many js sources for working with Odata.

+1
source share

Unfortunately, the datajs library only works in IE, if you plan to implement an application for mobile devices, this will not work. I have a problem with the prototype iOS + SAP application

Edit: this could happen in 2010. Currently (2013 / Q1) it only works with all browsers.

+1
source share

All Articles