Roo/data/JsonReader.js
authorAlan Knowles <alan@roojs.com>
Mon, 10 Feb 2020 06:35:20 +0000 (14:35 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 10 Feb 2020 06:35:20 +0000 (14:35 +0800)
Roo/data/JsonReader.js

index 361b361..795b23e 100644 (file)
@@ -67,6 +67,8 @@ Roo.data.JsonReader = function(meta, recordType){
 };
 Roo.extend(Roo.data.JsonReader, Roo.data.DataReader, {
     
+    readerType : 'Json',
+    
     /**
      * @prop {Boolean} metaFromRemote  - if the meta data was loaded from the remote source.
      * Used by Store query builder to append _requestMeta to params.