Roo/bootstrap/Table.js
[roojs1] / roojs-bootstrap-debug.js
index fb50fa8..28bfc68 100644 (file)
@@ -3098,7 +3098,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
                     };
                     
                     if(typeof(config.width) != 'undefined'){
-                        td.width = config.width;
+                        td.style = 'width:' +  config.width;
                     }
                     
                     row.cn.push(td);