actionscript 3 - Filtering Data Without sql query -


i developing pretty big enterprise level data analysis software based on flex-4. need filter datagrids based on users selection, requires run query on database. wondering if there way filter grid data without sql query? take little time it's causing me 2-3 minutes delay now.

if using arraycollection (or other implementation of icollectionview), take @ icollectionview.filterfunction property. can set need after user interaction , call icollectionview.refresh() - associated grids should automatically show filtered data then.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -