Salute again, I would like to use a table (or tree?) which has in *each row* a header label and below the several columns:
+-----------------------------+ | Age|Gender| H | ... | ... | +-----------------------------+ | Averell Dalton, the big one | | 32 | male | 184 | ... | ... | +-----------------------------+ | Jack Dalton, yes we know him| | 36 | male | 172 | ... | ... | +-----------------------------+ | Ma Dalton, the boss | | 84 |female| 166 | ... | ... | +-----------------------------+ ... The reason is: * All columns must be sortable by clicking on the very top of the table * The header label is too long to put in an own column so it should spann all columns * It must be easy to add new columns Which widget is the right approach? If colspan is not possible: Can i attach to each row an Atom which overlaps the columns at the top part and automatically scrolls with the rest? Thanks for any idea on how to solve this, Marcel ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
