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