Is there are component in Flex where we can display the data in table format.
http://code.google.com/p/flex-table/
I did not like the look and feel, any other components.
Is there are component in Flex where we can display the data in table format.
http://code.google.com/p/flex-table/
I did not like the look and feel, any other components.
The Grid component in the Flex SDK does tabular layout. Otherwise, I think you've answered your own question. If you try the flex-table, let us know how well it works for you.
The "data in table format" seems to point to DataGrid.
If that's not what you have in mind, can you better explain why that, Grid, and flex-table don't meet your needs?