X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_Table.js.html;fp=docs%2Fsrc%2FRoo_bootstrap_Table.js.html;h=efd4d9707f4d010e5d35be81f10aa6dbeb8acca1;hp=43300161bb21224411b6dabb5d11d637f3ba5678;hb=95d78328468f1edb0352fa1b0999841ae361327e;hpb=8243a30daf04298fc849760aa49bd3045a075e1a diff --git a/docs/src/Roo_bootstrap_Table.js.html b/docs/src/Roo_bootstrap_Table.js.html index 43300161bb..efd4d9707f 100644 --- a/docs/src/Roo_bootstrap_Table.js.html +++ b/docs/src/Roo_bootstrap_Table.js.html @@ -487,8 +487,8 @@ Currently the Table uses multiple headers to try and handle XL / Medium etc... 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" );