Various bug fixes in the grid, implemented prefetching, workaround for performance issues regarding update, removed _lastModification

This commit is contained in:
Andreas Stöckel
2012-03-26 15:28:02 +00:00
parent 5e9a768fb1
commit 34a43e8869
8 changed files with 200 additions and 134 deletions

View File

@ -108,8 +108,7 @@ var et2_nextmatch_controller = et2_dataview_controller.extend(
/** -- Implementation of et2_IDataProvider -- **/
dataFetch: function (_queriedRange, _lastModification, _callback,
_context) {
dataFetch: function (_queriedRange, _callback, _context) {
// Pass the fetch call to the API, multiplex the data about the
// nextmatch instance into the call.
this.egw.dataFetch(
@ -117,7 +116,6 @@ var et2_nextmatch_controller = et2_dataview_controller.extend(
_queriedRange,
this._filters,
this._widgetId,
_lastModification,
_callback,
_context);
},