tapestry-user@jakarta.apache.org
[Top] [All Lists]

contrib:Table question

Subject: contrib:Table question
From: Krutyakov Roman
Date: Wed, 30 Mar 2005 15:51:59 +0300
Hello,

is it possible to make colspans and rowspans in contrib:Table component?
I need to show info as table with paging and sorting, but it contains
complex records and i need to show some cells with rowspan that can
change from 1 to 5

So i want to generate something like this

<table>
  <tr>
    <td>2004-12-01</td>
    <td>1</td>
    <td>2</td>
    <td>3</td>
  </tr>
  <tr>
    <td rowspan="3">2004-12-02</td>
    <td>1</td>
    <td>2</td>
    <td>3</td>
  </tr>
  <tr>
    <td>1</td>
    <td>2</td>
    <td>3</td>
  </tr>
  <tr>
    <td>1</td>
    <td>2</td>
    <td>3</td>
  </tr>
</table>

-- 
Roman Krutyakov


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@xxxxxxxxxxxxxxxxxx
For additional commands, e-mail: tapestry-user-help@xxxxxxxxxxxxxxxxxx

<Prev in Thread] Current Thread [Next in Thread>