You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Alexander Panzhin <ja...@balticum-tv.lt> on 2006/03/06 08:10:14 UTC

Two row entries on dataTable?

Hi,
    Does anybody know a way to output two rows at once with dataTable? 
The first is a normal row bu the second is a colspan'ed version for 
notes and so on
    Thnx in advance..

Re: Two row entries on dataTable?

Posted by Andrew Robinson <an...@gmail.com>.
The tomahawk or JSF datatable cannot do this. There is no support for
colspan. If you want this, you have to use ADF's table (this
discussion has been brought up before BTW), or write your own
component, or use one column and layout the items in that column
yourself.

-Andrew

On 3/6/06, Alexander Panzhin <ja...@balticum-tv.lt> wrote:
> Hi,
>     Does anybody know a way to output two rows at once with dataTable?
> The first is a normal row bu the second is a colspan'ed version for
> notes and so on
>     Thnx in advance..
>
>
>