X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fbootstrap%2FTable.js;h=d250f31c3bd3346bb34079d2ae3336f5183a4d52;hp=df0d9f81521fbc05caa4e3809a83393d4b641f11;hb=b18c99b7f09fdac8d7eab9cd2dd6d79eeeba56db;hpb=8d4aa09e387bf0f91ad47847e5bac698c2ded8f3 diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index df0d9f8152..d250f31c3b 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -487,8 +487,8 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { if (this.responsive) { width = ''; left = ''; - hidden = cm.isHidden(i) ? 'display:none' : ''; - splithide = 'display: none'; + hidden = cm.isHidden(i) ? 'display:none;' : ''; + splithide = 'display: none;'; } styles.push( '#' , this.id , ' .x-col-' , i, " {", cm.config[i].css, width, hidden, "}\n" );