0

I have a window with a tree (each node is a category). I have a dataprovider what contains picture url and category.

My goal is to filter the view with only selected node. Several nodes may be selected in the time.

I don't find how to do that. Can you help me.

thanks

Flex60460
  • 933
  • 2
  • 18
  • 49

1 Answers1

0

There is plenty of documentation available on how to filter collection classes in Flex. Collections are the most common dataProvider's in Flex Apps.

Here is one sample.

Read through the formal docs here.

JeffryHouser
  • 39,401
  • 4
  • 38
  • 59