Roo/bootstrap/Table.js
authoredward <edward@roojs.com>
Tue, 2 Jan 2018 09:17:49 +0000 (17:17 +0800)
committeredward <edward@roojs.com>
Tue, 2 Jan 2018 09:17:49 +0000 (17:17 +0800)
Roo/bootstrap/Table.js

index 41374f1..4901fc5 100644 (file)
@@ -719,11 +719,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         
         if(this.previousStore){
             
-            var items = [].concat(this.previousStore.items);
-            
-            this.previousStore.each(function(t){
-               this.store.data.add() 
-            });
+            Roo.log(this.previousStore);
         }
         
         var _this = this;