Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

dynamic queries for oData endpoint in javascript

Ok, the title is a bit of a mouthful, but it states what I'm looking for. I have an oData endpoint, and I'm interested in seeing if there are any projects out there (preferably open source, maybe based on datajs?) that let me point to the end point, and it gives me a grid, paging, and my end users the ability to do dynamic queries (as in, adding new query parameters and refreshing the grid).

Figure it's worth a shot to see if anyone else has been down this road before I go down it myself.

like image 344
Joel Martinez Avatar asked Feb 15 '11 10:02

Joel Martinez


2 Answers

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

like image 68
Ting Avatar answered Oct 15 '22 14:10

Ting


Don't know if it's still an actual question, but give a shot to JayData. This is a crossplatform data library, that supports oData and language natural or programmatic querying. Also it has some example on how to use it with jqGrid.

like image 22
Peter Aron Zentai Avatar answered Oct 15 '22 12:10

Peter Aron Zentai