Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Thu, 12 Jun 2014 09:33:38 +0000 (17:33 +0800)
committerEdward <edward@roojs.com>
Thu, 12 Jun 2014 09:33:38 +0000 (17:33 +0800)
Roo/bootstrap/Table.js

index 54840a0..dfabbad 100644 (file)
@@ -299,10 +299,10 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
                 }
                 
                 r.cfg.render(Roo.get(r.id));
-                
+                Roo.log(child);
                 if(child){
                     Roo.each(child, function(c){
-                        Roo.log(c);
+                        
                         c.render(Roo.get(r.id));
                     })
                 }