Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Wed, 25 Jul 2018 05:28:17 +0000 (13:28 +0800)
committerEdward <edward@roojs.com>
Wed, 25 Jul 2018 05:28:17 +0000 (13:28 +0800)
Roo/bootstrap/Table.js

index 338d94f..b744b43 100644 (file)
@@ -1146,6 +1146,9 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         var thSelector = 'roo-bootstrap-thead-col-' + colIndex;
         var tdSelector = 'roo-bootstrap-tbody-col-' + colIndex;
         
+        Roo.log(thSelector);
+        Roo.log(tdSelector)
+        
         this.CSS.updateRule(thSelector, "display", "");
         this.CSS.updateRule(tdSelector, "display", "");