Roo/bootstrap/TableRow.js
[roojs1] / Roo / bootstrap / TableRow.js
index 86618ae..773a993 100644 (file)
@@ -29,6 +29,11 @@ Roo.extend(Roo.bootstrap.TableRow, Roo.bootstrap.Component,  {
        }
        
         return cfg;
+    },
+    
+    getChildContainer : function()
+    {
+        return this.el.select('tbody', true).first();
     }
    
 });