Is there a way to make only one th
span the full width of the table, even with 5 columns below?
I want to color the background of the th
to cover the entire width. However, since the rest of the table contains 5 columns, the single th
only stretches across the first column.
<tr class="table-title">
<th>LED</th>
</tr>
<tr class="top">
<td>Product</td>
<td>Product Description</td>
<td>Panel Size</td>
<td>Weekly Price Per Panel</td>
<td>Weekly Price Per Square Metre</td>
</tr>