Roo/bootstrap/PagingToolbar.js
authorEdward <edward@roojs.com>
Wed, 8 Aug 2018 08:07:12 +0000 (16:07 +0800)
committerEdward <edward@roojs.com>
Wed, 8 Aug 2018 08:07:12 +0000 (16:07 +0800)
Roo/bootstrap/PagingToolbar.js

index 413587f..3e27e0c 100644 (file)
@@ -136,6 +136,7 @@ Roo.extend(Roo.bootstrap.PagingToolbar, Roo.bootstrap.NavSimplebar, {
         if(this.buttons){
             Roo.each(_this.buttons, function(e){ // this might need to use render????
                Roo.factory(e).onRender(_this.el, null);
+               Roo.factory(e).render(_this.el);
             });
         }