On Tue, Feb 7, 2012 at 08:58, Phyo Arkar <[email protected]> wrote:

> Another questions.
>
> in exisitng Table Model , if i just place another table if a button in the
> row is clicked (thus working like a tree) , show another table just below
> the clicked row? would it work?
>

Tables don't contain widgets, so a table can't contain a table... unless
you write a RowRenderer or CellRenderer that knows how to display a table.
Since those are implemented by writing HTML, that too will be very
non-trivial.

See my suggestion in my previous message (virtual list with side pane),
though, which is along these same lines and may work out well for you.

Derrell
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to