Enable using knownUIDs and lastModification timestamp to avoid sending unchanged rows back to client

This commit is contained in:
Nathan Gray
2014-03-18 22:54:14 +00:00
parent aa3c0ca7c0
commit 4a5d906e48
3 changed files with 4 additions and 2 deletions

View File

@ -811,6 +811,8 @@ var et2_dataview_controller = Class.extend({
},
_fetchCallback: function (_response) {
this.self._lastModification = _response.lastModification;
// Do nothing if _response.order evaluates to false
if (!_response.order)
{