You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Stan Kwan <sk...@anatas.com> on 2008/09/08 08:14:00 UTC

vertical datatable

Hi,

Is there a way to use t:datatable and t:datascroller with for example rows=3
and have the data displayed vertically rather than horizontally. Or is there
another way to achieve this?
ie:
next prev buttons

                     User 1       User 2         User3
Indicator            Y             Y               N
test data           abc         yyy            xxx
more data          nnn         mm             zzz

Thanks
Stan
-- 
View this message in context: http://www.nabble.com/vertical-datatable-tp19366411p19366411.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: vertical datatable

Posted by Richard Yee <ri...@gmail.com>.
Can you transform your data structure so that instead of having 3 user  
records, you have n records of (indicator, user1 val, user2 val,  
user3val)

-R

Sent from my iPhone

On Sep 7, 2008, at 11:14 PM, Stan Kwan <sk...@anatas.com> wrote:

>
> Hi,
>
> Is there a way to use t:datatable and t:datascroller with for  
> example rows=3
> and have the data displayed vertically rather than horizontally. Or  
> is there
> another way to achieve this?
> ie:
> next prev buttons
>
>                     User 1       User 2         User3
> Indicator            Y             Y               N
> test data           abc         yyy            xxx
> more data          nnn         mm             zzz
>
> Thanks
> Stan
> -- 
> View this message in context: http://www.nabble.com/vertical-datatable-tp19366411p19366411.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>