Hello Dan --

Are you wanting the columns to be horizontal instead of being vertical?

If this is what you want, you can use CSS to float <td> tags to the
left. 

Does this help?

-- Sean

On Fri, 2010-03-26 at 10:38 -0600, Dan Moore wrote:
> Hi folks,
> 
> I wanted to know if it was possible to take the display tag results and 
> 'flip them' so that the rows are the columns and the columns are the rows.
> 
> This would be useful for comparing a small number of results (just like 
> a shopping site might let you choose 3-4 products to compare), while 
> still leveraging all the other displaytag goodness (or at least some of 
> it--pagination would probably not work).
> 
> I looked briefly at the TableDecorator class, but I don't think you can 
> use that.  I looked through the mailing list archives a bit, but didn't 
> see anything that jumped out at me.
> 
> It seems to me that I need to write a different subclass of 
> TableWriterAdapter ( from this package: 
> http://displaytag.sourceforge.net/1.2/displaytag/apidocs/org/displaytag/render/package-summary.html
>  
> ) but it is not entirely clear to me how I plug in my class--I didn't 
> see anything in displaytag.properties.  Or should I be looking at the 
> TableTag() class?
> 
> Is there an elegant way of doing this that I'm missing?
> 
> Thanks,
> Dan
> 
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/displaytag-user



------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to