Roo/bootstrap/Table.js
[roojs1] / 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;
                 }