From: john Date: Fri, 26 Jan 2018 09:10:34 +0000 (+0800) Subject: Roo/data/Store.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=f2ce52abb83851a2a820a1ed3ffc1bda3ab061fe;p=roojs1 Roo/data/Store.js --- diff --git a/Roo/data/Store.js b/Roo/data/Store.js index d96ad69b78..5b653cdd62 100644 --- a/Roo/data/Store.js +++ b/Roo/data/Store.js @@ -446,6 +446,9 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, { * @param {Boolean} append (Optional) True to append the new Records rather than replace the existing cache. */ loadData : function(o, append){ + + Roo.log(this.reader); + var r = this.reader.readRecords(o); this.loadRecords(r, {add: append}, true); },