Roo/bootstrap/Table.js
authorAlan Knowles <alan@roojs.com>
Mon, 26 Jul 2021 04:11:11 +0000 (12:11 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 26 Jul 2021 04:11:11 +0000 (12:11 +0800)
Roo/bootstrap/Table.js

index 6f4eb9b..b6fa0e6 100644 (file)
@@ -1195,7 +1195,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             if(typeof(config.cls) != 'undefined'){
                 td.cls = (typeof(td.cls) == 'undefined') ? config.cls : (td.cls + ' ' + config.cls);
             }
-            
+            /*
             ['xs','sm','md','lg'].map(function(size){
                 
                 if(typeof(config[size]) == 'undefined'){
@@ -1216,7 +1216,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
                  
 
             });
-            
+            */
             row.cn.push(td);
            
         }