Roo/bootstrap/Table.js
authorAlan Knowles <alan@roojs.com>
Tue, 27 Jul 2021 03:37:56 +0000 (11:37 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 27 Jul 2021 03:37:56 +0000 (11:37 +0800)
Roo/bootstrap/Table.js

index 42d7f14..458097e 100644 (file)
@@ -483,6 +483,11 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
                 width = "width:" + w+ "px;";
                 
             }
+            if (this.responsive) {
+                width = '';
+                left = '';
+                splithide = 'display: none';
+            }
             
             styles.push( '#' , this.id , ' .x-col-' , i, " {", cm.config[i].css, width, hidden, "}\n" );
             if (this.headEl) {