What is the most performant way of displaying a table of data in Flex?
Are there alternatives to the native Flex Datagrid Component? Alternatives that are noted for their rendering speed?
Are there other ways to display a table?
I have a datagrid with roughly 70 lines and 7 columns of simple text data. This is currently created and loaded in memory. This is being refreshed rapidly (about 800 msec) and there is a slight lag in other animations when it is rendering the table... So I am trying to cut down this render time.