From 2c656d73497b99b7d9cbed66661639823914dece Mon Sep 17 00:00:00 2001 From: john Date: Fri, 11 May 2018 11:42:41 +0800 Subject: [PATCH] Roo/data/JsonReader.js --- Roo/data/JsonReader.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Roo/data/JsonReader.js b/Roo/data/JsonReader.js index 361b361ecc..1b39905e39 100644 --- a/Roo/data/JsonReader.js +++ b/Roo/data/JsonReader.js @@ -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){ -- 2.39.2