But the question is whether I can use a single refresh to get both filtering and ordering working.
On Thu, Apr 2, 2015 at 12:05 PM, Deepak MS <[email protected]> wrote: > You can filter the AC first and then sort it using Sort and SortField: > > http://blog.flexexamples.com/2007/08/05/sorting-an-arraycollection-using-the-sortfield-and-sort-classes/ > On 2 Apr 2015 21:10, "mark goldin" <[email protected]> wrote: > > > I need to order an ArrayCollection after it gets filtered. I also need to > > filter it in a descending order. Can I set an order beforehand and then > > when ArrayCollection is filtered and refreshned the order will take a > > place? > > > > Thanks > > >
