On Fri, Jul 16, 2010 at 04:38, Pascal Chorus <[email protected]>wrote:
> Hello!
>
> I have a question regarding the qooxdoo Table.
>
> Is it possible to move a column of a row into the next row?
> That would mean that the data of one record (which is usually one row) is
> shown in a row containing two lines.
>
Kind of. You can render the data on the next row as I've shown here:
http://tinyurl.com/2ucnr8s*
*(Look for the //djl comments for where I made changes from the original
Table playground sample.)
If your cells are editable, you'll find that the text portion is not
editable, and editing, for example, a cell in column 0 will probably produce
a cell editor that covers the entire 40 pixel height. If all you want is
display, this should work.
Note that I adjusted the "top row" to eliminate the right border at 1/2 way
down. You might consider playing with it further to add a bottom border so
that the top row and the bottom row are separated by a line.
Cheers,
Derrell
> Below you find an example.
> In this table a record contains an article, a user, a date and a text.
> The text would usually be shown in a fourth column.
> Due to space issues in our application's user interface I would like to
> show the text not in a separate column,
> but in a separate row.
>
> Is there a solution for that problem?
> Or will there be an implementation of this in the new virtual table?
>
> |--------------------------------------------------|
> | Article | User | Date |
> |--------------------------------------------------|
> |--------------------------------------------------|
> | 4711 | example | 02/02/2010 |
> |--------------------------------------------------|
> | Example text belonging to the data above |
> |--------------------------------------------------|
> | 4712 | test | 05/02/2010 |
> |--------------------------------------------------|
> | text for article 4712 |
> |--------------------------------------------------|
>
>
> Thanks in advance.
>
> Best regards.
> Pascal
>
>
> Pascal Chorus
> INFORM GmbH, Pascalstr. 23, 52076 Aachen, Germany
> Tel. (+49) 2408 9456-1700, Fax: (+49) 2408 9456-1750
> E-Mail: [email protected], http://www.inform-ac.com
> INFORM Institut für Operations Research und Management GmbH
> Registered AmtsG Aachen HRB1144 Gfhr.Adrian Weiler
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel