Skip to Content
0
Dec 08, 2004 at 12:54 PM

Rowspan/Colspan within tableview

140 Views

Hello,

does anyone knows how to span rows/columns within the bsp-extension tableview?

Output should be like this:

<table>

<tr>

<td rowspan="3">Specific</td>

<td>..</td>

<td>..</td>

</tr>

<tr>

<td>..</td>

<td>..</td>

</tr>

<tr>

<td>..</td>

<td>..</td>

</tr>

<tr>

<td rowspan="3">Generic</td>

<td>..</td>

<td>..</td>

</tr>

<tr>

<td>..</td>

<td>..</td>

</tr>

<tr>

<td>..</td>

<td>..</td>

</tr>

</table>

Searching bsp-forum, i have not found any solution.

The same feature is needed for spanning columns.

Best regards,

Stefan