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

index 02388da..54ceff7 100644 (file)
@@ -1112,10 +1112,13 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
                 
                 t.each(function(tt){
                     Roo.log(tt);
+                    
+                    this.store.data.add(tt.id, tt.data);
+                    
                 }, this);
                 
                 if(this.footer.cursor + this.footer.pageSize < total){
-                    this.footer.onClick('next');
+//                    this.footer.onClick('next');
                 }
                 
             }