Roo/data/Store.js
authoredward <edward@roojs.com>
Thu, 28 Dec 2017 04:25:46 +0000 (12:25 +0800)
committeredward <edward@roojs.com>
Thu, 28 Dec 2017 04:25:46 +0000 (12:25 +0800)
Roo/data/Store.js

index 9a04cbc..d96ad69 100644 (file)
@@ -421,7 +421,7 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
             this.add(r);
         }
         
-        if(this.parent && this.parent.emptyTitle.length) {
+        if(this.parent && !Roo.isIOS && !this.useNativeIOS && this.parent.emptyTitle.length) {
                 
             var e = new Roo.data.Record({});