On Wed, Sep 23, 2009 at 01:11, Chirag Patel <[email protected]> wrote:

> This is with respect to the table widget. I wonder if it is possible to
> include a table within another table.
> This features is known as subgrid. It allows us to have different column
> for the main table and sub table.
> It can also simulate powerful tree where columns can be different in the
> main table and sub table.
> As far as I know this is not supported by the table widget directly.
> We need to customize the table widget to include such support.
>

This functionality is not available in Table, and I suspect you'll have a
very hard time implementing it. Table is a "virtual" widget, meaning that
each cell is rendered as it needs to be displayed. The contents of cells are
not widgets, they are pure HTML, optionally with some javascript attached,
e.g. for the checkbox cell renderer.

I believe it will ultimately be possible to do what you're looking for with
the new qx.ui.virtual.* stuff, but that's still at a very early stage.

Derrell
------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to