And for complexly formatted, repeated items, the mx:Repeater is very
effective.

It can be slow with larger data sets, but this can be mitigated.

Tracy

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Andriy Panas
Sent: Friday, December 30, 2005 10:44 AM
To: Sergey Kovalyov
Subject: Re[2]: [flexcoders] Best way to create such type of DataGrid?

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]




--
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



 






------------------------ Yahoo! Groups Sponsor --------------------~--> 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/.QUssC/izNLAA/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/
 


Reply via email to