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