I have a small example Sencha Touch 2 app at http://www.senchafiddle.com/#FWMDh. It populates a DataView from a store and each of the models renders some text in the view. Lovely. What I would actually like to do is have the DataView work, not from the store, but from one of the models 'letters' property - that is, an array. So that the DataView will end up displaying a list of letters from just one of the words.
Any ideas on how to accomplish this? Ta.