From 173aa118853aff8c4871326e8d5ffb69cfc7d0ac Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 29 Apr 2014 13:22:49 +0800 Subject: [PATCH] Roo/bootstrap/TableBody.js --- Roo/bootstrap/TableBody.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/TableBody.js b/Roo/bootstrap/TableBody.js index 9c6dd399f1..b7d021bd62 100644 --- a/Roo/bootstrap/TableBody.js +++ b/Roo/bootstrap/TableBody.js @@ -78,7 +78,7 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component, { this.clear(); - this.fireEvent('load', this); + this.fireEvent('load', this, this.store.data); }, clear: function() -- 2.39.2