Roo/bootstrap/Table.js
authorMichael <michael@roojs.com>
Mon, 2 Feb 2015 07:38:11 +0000 (15:38 +0800)
committerMichael <michael@roojs.com>
Mon, 2 Feb 2015 07:38:11 +0000 (15:38 +0800)
Roo/bootstrap/Table.js

index 8204ddf..b184582 100644 (file)
@@ -511,7 +511,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             }
         });
         
-        var tbody = this.mainBody;
+        var tbody =  this.mainBody = this.el.select('tbody', true).first();
         
         var renders = [];