Roo/data/JsonReader.js
authorjohn <john@roojs.com>
Fri, 11 May 2018 03:42:41 +0000 (11:42 +0800)
committerjohn <john@roojs.com>
Fri, 11 May 2018 03:42:41 +0000 (11:42 +0800)
Roo/data/JsonReader.js

index 361b361..1b39905 100644 (file)
@@ -169,6 +169,8 @@ Roo.extend(Roo.data.JsonReader, Roo.data.DataReader, {
                 this.ef[jj] = this.getJsonAccessor(map);
             }
         }
+        
+        Roo.log(this.getTotal);
 
        var root = this.getRoot(o), c = root.length, totalRecords = c, success = true;
        if(s.totalProperty){