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

index 40daf75..b4212c9 100644 (file)
@@ -245,6 +245,10 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
     onBeforeLoad : function()
     {
         Roo.log('ds onBeforeLoad');
+        
+        if(this.loadMask){
+            this.maskEl.show();
+        }
     }
    
 });