hi every body…
any one having the idea about set the columns vertically not in the horizontally…
please give the suggestions. …to me
Hi,
The column headers in a Table are quite a complex thing with many features, but this is unfortunately not one of them. I don’t think it is feasible to move them to be row headers in the way you want.
What you can do, is hide the actual column headers (Table.setColumnHeaderMode(Table.COLUMN_HEADER_MODE_HIDDEN)) and then add row headers the way you want (Table.setRowHeaderMode(…)). Note that you will not get sorting etc. to function horizontally when doing this, but otherwise it could be made to look like your concept drawing.
-tepi