Roo/bootstrap/TableBody.js
authorEdward <edward@roojs.com>
Tue, 29 Apr 2014 05:28:14 +0000 (13:28 +0800)
committerEdward <edward@roojs.com>
Tue, 29 Apr 2014 05:28:14 +0000 (13:28 +0800)
Roo/bootstrap/TableBody.js

index e77af31..c4be5cf 100644 (file)
@@ -83,7 +83,7 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component,  {
     
     clear: function() 
     {
-        this.el.remove()
+        this.el.dom.innerHTML = '';
     }
    
 });