Roo/bootstrap/TableCell.js
[roojs1] / Roo / bootstrap / TableCell.js
index f18bdbb..6a6bda7 100644 (file)
@@ -30,6 +30,11 @@ Roo.extend(Roo.bootstrap.TableCell, Roo.bootstrap.Component,  {
        cfg = {
            tag: 'td'
        }
+        
+        if(this.tag){
+            cfg.tag = this.tag;
+        }
+        
         if (this.html) {
             cfg.html=this.html
         }