Hi,
I have an arraycollection of about a dozen or so items.
I am applying a sort to that collection and I usually end up with 
about 3-4 items after the sort is applied.

Is there a way I can grab just the sorted subset of those 3-4 items 
from that arraycollection?
If I clone the array or grab the source it includes the entire 
collection instead of just the subset.

Reply via email to