Roo/bootstrap/TableBody.js
authorEdward <edward@roojs.com>
Mon, 7 Apr 2014 06:28:27 +0000 (14:28 +0800)
committerEdward <edward@roojs.com>
Mon, 7 Apr 2014 06:28:27 +0000 (14:28 +0800)
Roo/bootstrap/TableBody.js

index 22ad444..f41729e 100644 (file)
@@ -27,6 +27,10 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component,  {
        cfg = {
            tag: 'tbody'
        }
+        
+        if(this.tag){
+            cfg.tag = this.tag;
+        }
         if (this.html) {
             cfg.html=this.html
         }