On Feb 24, 12:58 am, Alan Kent <[email protected]> wrote: > For my personal needs its things like tables with sortable columns with > lots of values, so you need to lazily load subsets of the data (not > download the whole lot and search). Fairly typical database access stuff.
I think that's what the Flex data grid does - search, sorting and re- arranging columns by drag and drop on the client. I believe that you can load a lot of records there (e.g., quickly through AMF3), but it won't start rendering them until you see them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
