Hello Sergey, I agree with Sergey. You must draw the diffence between Table and DataGrid mentally.
--------------------------- DataGrid displays tabular data, allows sorting in columns, support paging. Example is <mx:datagrid> component. --------------------------- Table displays any data in tabular format, no sorting, very similar to <table> </table> HTML tag One of the possible realization example of Table is http://www.flash-db.com/FlashTable/ Another approach is to use Tab delimiters: http://www.emllabs.com/article.php?articleId=104 --------------------------- > I consider it's better to create some AbstractTable class inherited from > UIObject and then some specific table classes for your particular needs. :) -- Best regards, Andriy mailto:[EMAIL PROTECTED] ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income homes are not online. Make a difference this holiday season! http://us.click.yahoo.com/5UeCyC/BWHMAA/TtwFAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

