Give the following definition
Why when I call read again on the DS doesn't it re-evaluate the "sortOrder"?...how do I get it to do that? :)
read: { url: _webservicePath + "/GetMyFoods", type: "POST", dataType: "json", contentType: "application/json; charset=utf-8", data: { userid: getCurrentUserID(), sortOrder: getSortOrder() } },Why when I call read again on the DS doesn't it re-evaluate the "sortOrder"?...how do I get it to do that? :)