Threaded View
-
3 Apr 2011 1:08 PM #1
nested data with ArrayReader
nested data with ArrayReader
Hi all,
ExtJS 4 certainly makes it easy to read nested data into associated data stores/models. However, is it at all possible to read nested data using ArrayReader only? Note, I am referring to a data structure wholly composed of nested arrays - no objects - so as to conserve the bandwidth taken by repeating JSON object titles.
An example of such data would be:
I'd appreciate any insight.Code:[ ['North America', [ ['United States', ['Alabama', 'Alaska', 'Arizona', ...] ], ['Canada', ['Alberta', 'British Columbia', 'Manitoba', ...] ], ... ], ['Central America', ['Mexico', ['Aguascalientes', 'Baja California', 'Baja California Sur', ...] ], ... ], ... ]
Thanks,
Kniget
Similar Threads
-
Decode data with ArrayReader without using store or grid
By wuschba in forum Ext 3.x: Help & DiscussionReplies: 0Last Post: 15 Feb 2011, 7:30 AM -
Ext.data.ArrayReader.readRecords have a bug when mapping 'prop1.propNext'
By skzr.org in forum Ext 3.x: Help & DiscussionReplies: 4Last Post: 16 Apr 2010, 4:19 AM -
How type of data must I put in my store? (array doesn't works, ArrayReader either)
By samax in forum Ext 3.x: Help & DiscussionReplies: 4Last Post: 16 Jun 2009, 1:11 AM -
[2.0.2/2.1] issue with config options in Ext.data.ArrayReader
By sergiy in forum Ext 2.x: BugsReplies: 0Last Post: 22 Apr 2008, 5:53 AM


Reply With Quote