Roo/bootstrap/Table.js
authoredward <edward@roojs.com>
Tue, 2 Jan 2018 08:34:14 +0000 (16:34 +0800)
committeredward <edward@roojs.com>
Tue, 2 Jan 2018 08:34:14 +0000 (16:34 +0800)
Roo/bootstrap/Table.js

index 23cac17..bc8d638 100644 (file)
@@ -714,7 +714,9 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
     onLoad : function()
     {
 //        Roo.log('ds onload');
-        this.clear();
+        if(!this.lazyLoad){
+            this.clear();
+        }
         
         var _this = this;
         var cm = this.cm;