When update(true), also invalidate record change detection, to re-fetch all known rows

This commit is contained in:
Nathan Gray 2014-07-08 03:35:55 +00:00
parent a3a1d500ee
commit 760dc4b1d3

View File

@ -155,6 +155,9 @@ var et2_dataview_controller = Class.extend({
// Clear the queue
this._queue = {};
// Invalidate the change detection, re-fetches any known rows
this._lastModification = 0;
}
// Remove all rows which are outside the view range
this._grid.cleanup();