You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Jeffrey Porter <PO...@WMGMAIL.wmg.warwick.ac.uk> on 2005/11/09 14:54:15 UTC

DataTable. rowspan?

 

Hello all,

 

I'd like to have a data table that instead of just showing columns of
data, uses row span.

 

The aim is to create a table like...

 

http://www.porter.eu.com/jeff/table.JPG

 

Is this possible with h:dataTable ?

 

Thanks

Jeff


Re: DataTable. rowspan?

Posted by Mike Kienenberger <mk...@gmail.com>.
h:dataTable doesn't support row span or column span (except as
footer/header facets).

You might be able to get the behavior you want by using t:dataList
with layout=simple which provides JSF iteration of a collection, but
leaves the rendering of the results to your code.

On 11/9/05, Jeffrey Porter <PO...@wmgmail.wmg.warwick.ac.uk> wrote:
>
>
>
>
>
> Hello all,
>
>
>
> I'd like to have a data table that instead of just showing columns of data,
> uses row span.
>
>
>
> The aim is to create a table likeā€¦
>
>
>
> http://www.porter.eu.com/jeff/table.JPG
>
>
>
> Is this possible with h:dataTable ?
>
>
>
> Thanks
>
> Jeff
>