Roo/bootstrap/TableBody.js
[roojs1] / Roo / bootstrap / TableBody.js
index f2a2594..9c6dd39 100644 (file)
@@ -73,11 +73,17 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component,  {
         
     },
     
-    onLoad: function () {
+    onLoad: function () 
+    {
+        
+        this.clear();
         
-//        this.clear();
-        Roo.log(this.el);
         this.fireEvent('load', this);
+    },
+    
+    clear: function() 
+    {
+        Roo.log(this.el);
     }
    
 });