Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Wed, 8 Aug 2018 08:43:24 +0000 (16:43 +0800)
committerEdward <edward@roojs.com>
Wed, 8 Aug 2018 08:43:24 +0000 (16:43 +0800)
Roo/bootstrap/Table.js

index 8c75944..39fec72 100644 (file)
@@ -717,7 +717,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
     
     
     
-    onLoad : function(store, event)
+    onLoad : function()
     {
 //        Roo.log('ds onload');
         this.clear();
@@ -766,7 +766,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         Roo.each(this.el.select('tbody td', true).elements, function(e){
             e.on('mouseout', _this.onMouseout, _this);
         });
-        this.fireEvent('rowsrendered', this, event);
+        this.fireEvent('rowsrendered', this);
         //if(this.loadMask){
         //    this.maskEl.hide();
         //}