Roo/bootstrap/Table.js
authoredward <edward@roojs.com>
Tue, 2 Jan 2018 08:00:07 +0000 (16:00 +0800)
committeredward <edward@roojs.com>
Tue, 2 Jan 2018 08:00:07 +0000 (16:00 +0800)
Roo/bootstrap/Table.js

index 76313f4..7bc7fe2 100644 (file)
@@ -345,7 +345,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             this.footer.onRender(this.el.select('tfoot tr td').first(), null);
             
             if(this.lazyLoad){
-                this.el.select('tfoot tr td').first().setVisibilityMode(Roo.Element.DISPLAY).hide();
+                this.el.select('tfoot tr td').first().addClass('hide');
             }
         }