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

index e7f8b3b..338d94f 100644 (file)
@@ -1146,12 +1146,12 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         var thSelector = 'roo-bootstrap-thead-col-' + colIndex;
         var tdSelector = 'roo-bootstrap-tbody-col-' + colIndex;
         
-        this.css.updateRule(thSelector, "display", "");
-        this.css.updateRule(tdSelector, "display", "");
+        this.CSS.updateRule(thSelector, "display", "");
+        this.CSS.updateRule(tdSelector, "display", "");
         
         if(hidden){
-            this.css.updateRule(thSelector, "display", "none");
-            this.css.updateRule(tdSelector, "display", "none");
+            this.CSS.updateRule(thSelector, "display", "none");
+            this.CSS.updateRule(tdSelector, "display", "none");
         }
         
     }