Roo/data/Store.js
authoredward <edward@roojs.com>
Mon, 9 Nov 2015 06:09:52 +0000 (14:09 +0800)
committeredward <edward@roojs.com>
Mon, 9 Nov 2015 06:09:52 +0000 (14:09 +0800)
Roo/data/Store.js

index 4dbb397..24adb6c 100644 (file)
@@ -597,6 +597,7 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
     filterBy : function(fn, scope){
         this.snapshot = this.snapshot || this.data;
         this.data = this.queryBy(fn, scope||this);
+        Roo.log(this.data);
         this.fireEvent("datachanged", this);
     },