Roo/data/Store.js
authorjohn <john@roojs.com>
Fri, 26 Jan 2018 09:10:34 +0000 (17:10 +0800)
committerjohn <john@roojs.com>
Fri, 26 Jan 2018 09:10:34 +0000 (17:10 +0800)
Roo/data/Store.js

index d96ad69..5b653cd 100644 (file)
@@ -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);
     },