Roo/bootstrap/Table.js
authorjohn <john@roojs.com>
Fri, 12 Oct 2018 02:15:42 +0000 (10:15 +0800)
committerjohn <john@roojs.com>
Fri, 12 Oct 2018 02:15:42 +0000 (10:15 +0800)
Roo/bootstrap/Table.js

index 211067f..c9695e6 100644 (file)
@@ -1166,7 +1166,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         
         var w = width.split(" ");
         
-        Roo.log(w);
+        var rows = this.el.dom.getElementsByClassName("x-col-"+col_index);
     }
 });