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

index 5a830e2..ae94e2f 100644 (file)
@@ -184,6 +184,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         }
         
         this.store.on('load', this.onLoad, this);
+        this.store.on('beforeload', this.onBeforeLoad, this);
         
         Roo.log('initEvents!!!!');