Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Mon, 12 May 2014 09:02:49 +0000 (17:02 +0800)
committerEdward <edward@roojs.com>
Mon, 12 May 2014 09:02:49 +0000 (17:02 +0800)
Roo/bootstrap/Table.js

index de42d64..758666a 100644 (file)
@@ -145,10 +145,9 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         
         if(this.store || this.cm){
             cfg.cn.push(this.renderHeaders());
+            cfg.cn.push(this.renderBody());
         }
         
-        Roo.log(cfg);
-        
         return cfg;
     },
 //