I have a data model (there is ArrayCollection as a Dataprover) I want to display in some views, showing each view filtered data needed.
As you probably know, filterFunction is the property of ArrayCollection, so I can not use this solution (unless there are new instances of ArrayCollection for each view on the top original and impellering filterFunction ).
Is there a better view?
Thanks
You can use for each view that your array, And every time you can pass it on the same array but you can filter it as separate source ...
Comments
Post a Comment