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