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.
 
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: pascal.cho...@inform-ac.com,  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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to