I'd like a DataView to have 4 of the latest created items in a store. I'd like no other components that use the same store to be sorted or affected. I can of course select a store from the config options, but that will display all of the records.
How can I load only 4 records into a dataview?
I have tried to load a new sorted store into the dataview when the store load event fires, that didn't work...