Roo/bootstrap/Table.js
authorAlan Knowles <alan@roojs.com>
Thu, 24 Jan 2019 07:08:29 +0000 (15:08 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Jan 2019 07:08:29 +0000 (15:08 +0800)
Roo/bootstrap/Table.js

index 13ff363..a30dba3 100644 (file)
@@ -652,10 +652,9 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
                 if(typeof(config[size]) == 'undefined'){
                     return;
                 }
-                
-                
-                
+                 
                 if (!config[size]) { // 0 = hidden
+                    // BS 4 '0' is treated as hide that column and below.
                     c.cls += ' hidden-' + size + ' hidden' + size + 'down';
                     return;
                 }