Hi -
I would like to be able to stack row data in the table like the following example, while retaining the ability to sort the rows. I have a tableDecorator that does the job on the data, but the column headers do not rearrange to match the data. I've tried to jury rig the headers by inserting html in the display:column's title attribute, but this disables the sort capability (apparently by breaking the anchor tag that displaytag must be creating to perform the sort).
colHeader1 colHeader2 colHeader3
colHeader4 colHeader5 colHeader6
--------------------------------------
row1col1data row1col2data row1col3data
row1col4data row1col5data row1col6data
row2col1data row2col2data row2col3data
row2col4data row2col5data row2col6data
Can anyone help me with this?
Thanks,
John
John Kniess
Software Developer
SDG&E
Work: (858) 654-3545
Pager: (858) 347-0293
[EMAIL PROTECTED]
A little self-delusion goes a long way - Kurt McMillen

