Roo/data/Store.js
authoredward <edward@roojs.com>
Mon, 9 Nov 2015 07:19:57 +0000 (15:19 +0800)
committeredward <edward@roojs.com>
Mon, 9 Nov 2015 07:19:57 +0000 (15:19 +0800)
Roo/data/Store.js

index d35aba8..1258007 100644 (file)
@@ -607,6 +607,8 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
             return this.clearFilter();
         }
         
+        this.snapshot = this.snapshot || this.data;
+        
         var filterData = [];
         
         Roo.each(fn, function(f){