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

index 99e9df9..bcb07af 100644 (file)
@@ -1094,8 +1094,6 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             'left': (-1* this.mainBody.dom.scrollLeft) + 'px'
         });
         
-        this.previousStore = false;
-        
         if(this.lazyLoad){
             
             var scrollHeight = this.mainBody.dom.scrollHeight;
@@ -1110,8 +1108,6 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
                 
                 if(this.footer.cursor + this.footer.pageSize < total){
                     
-                    this.previousStore = [].concat(this.ds.data.clone().items);
-                    
                     this.footer.onClick('next');
                 }