Roo/bootstrap/TableCell.js
authorEdward <edward@roojs.com>
Mon, 7 Apr 2014 06:29:18 +0000 (14:29 +0800)
committerEdward <edward@roojs.com>
Mon, 7 Apr 2014 06:29:18 +0000 (14:29 +0800)
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
         }