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

index 637c906..2178b12 100644 (file)
@@ -261,7 +261,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
     
     clear : function()
     {
-        Roo.log(this.el.select('tbody', true).first());
+        this.el.select('tbody', true).first().dom.innerHTML = '';
     }
    
 });