Questions tagged [jaydata]

JayData is a standards-based, cross-platform Javascript library and a set of practices to access and manipulate data from various online and offline sources.

JayData is a standards-based, cross-platform Javascript library and a set of practices to access and manipulate data from various online and offline sources.

243 questions
-1
votes
1 answer

JayData orderBy function produce strange result

I have table in websql to get data from that i am using JayData and write this _context.FoodLog.include("FoodItem").orderByDescending("it.TotalCalories").toArray().then(function(foodLogs) { $scope.$apply(function () { try { …
Blu
  • 4,036
  • 6
  • 38
  • 65
-1
votes
1 answer

Large dataset/Response will hang server in rest service (with node.js JayData OData Server)

As we are building a data feed REST service with node.js and MongoDB/Express, it works very well when the query result is small. But it will hang the server when the client query a large dataset, such as 1m rows (already using gzip to compression).…
LukeHan
  • 260
  • 1
  • 2
  • 7
-2
votes
2 answers

IONIC Framework and JayData

I am using JayData to storage data. To use JayData i need jquery. When I put jquery.js my ionic.bundle.js don't work. I am using IONIC with phoneGap and AngularJS
Unmerciful
  • 1,325
  • 4
  • 21
  • 38
1 2 3
16
17