Roo/bootstrap/TableRow.js
authorEdward <edward@roojs.com>
Mon, 7 Apr 2014 05:45:55 +0000 (13:45 +0800)
committerEdward <edward@roojs.com>
Mon, 7 Apr 2014 05:45:55 +0000 (13:45 +0800)
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();
     }
    
 });