This will be really helpful Peter. Thanks On 22-Apr-2017 12:52 AM, "Peter Ent [via Apache Flex Development]" < ml-node+s2333347n61270...@n4.nabble.com> wrote:
> Hi, > > I've just committed/pushed a new FlexJS component (and its helpers) to the > HTML project. It is the <js:Table> component. I saw that there were JS-only > fragments of Table present and decided to make an official SWF/JS version. > > The idea is to create a clean <table> HTML structure and mimic it in the > Flash Player. For a first-pass, it does a pretty good job. > > It works something like this: > > <js:Table width="400" height="500"> > <js:TableRow> > <js:TableHeader> > <!— contents of this header here —> > </js:TableHeader> > <!— more headers —> > </js:TableRow> > <js:TableRow> > <js:TableCell> > <!— contents of this cell here —> > </js:TableCell> > <!— more cells for this row —> > </js:TableRow> > <!— more rows —> > </js:Table> > > You can place nearly anything inside of a cell (I tried it with another > Table and Groups). If you need it to scroll, place it within <js:Container> > and add a <js:ScrollingViewport> bead to the Container. > > Regards, > Peter > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > http://apache-flex-development.2333347.n4.nabble. > com/FlexJS-Table-tp61270.html > To start a new topic under Apache Flex Development, email > ml-node+s2333347n1...@n4.nabble.com > To unsubscribe from Apache Flex Development, click here > <http://apache-flex-development.2333347.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1&code=cHJhc2hha3VtYXJAZ21haWwuY29tfDF8LTU0MTcyMzE2NA==> > . > NAML > <http://apache-flex-development.2333347.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/Re-FlexJS-Table-tp61274.html Sent from the Apache Flex Development mailing list archive at Nabble.com.