Roo/data/SimpleStore.js
authorAlan Knowles <alan@roojs.com>
Thu, 29 Jul 2021 05:27:25 +0000 (13:27 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 Jul 2021 05:27:25 +0000 (13:27 +0800)
Roo/data/SimpleStore.js

index 9c39abf..c0d050f 100644 (file)
@@ -17,6 +17,8 @@
  * @cfg {Array} fields An array of field definition objects, or field name strings.
  * @cfg {Object} an existing reader (eg. copied from another store)
  * @cfg {Array} data The multi-dimensional array of data
+ * @cfg {Roo.data.DataProxy} proxy [not-required]  
+ * @cfg {Roo.data.Reader} reader  [not-required] 
  * @constructor
  * @param {Object} config
  */