Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Mon, 17 Sep 2018 04:11:28 +0000 (12:11 +0800)
committerEdward <edward@roojs.com>
Mon, 17 Sep 2018 04:11:28 +0000 (12:11 +0800)
Roo/bootstrap/Table.js

index 92d2da1..81edc63 100644 (file)
@@ -752,7 +752,11 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             }, this);
         }
         
-        
+        if(this.footerShow && this.autoHideFooter){
+            
+            
+            
+        }
         
         Roo.each(this.el.select('tbody td', true).elements, function(e){
             e.on('mouseover', _this.onMouseover, _this);