Roo/bootstrap/TableBody.js
[roojs1] / Roo / bootstrap / TableBody.js
index c4be5cf..82bfeaa 100644 (file)
@@ -74,16 +74,8 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component,  {
     },
     
     onLoad: function () 
-    {
-        
-        this.clear();
-        
+    {   
         this.fireEvent('load', this);
-    },
-    
-    clear: function() 
-    {
-        this.el.dom.innerHTML = '';
     }
    
 });