I am designing a form and would like to repeat empty rows until the end of a page, is there anyway to do with with prince elements?
<table>
<thead>
<tr>
<th>
...
</th>
</tr>
</thead>
<tbody>
<tr>
<td>...</td>
</tr>
Repeat until page end.
</tbody>
</table>
Thanks,
Jake
<table>
<thead>
<tr>
<th>
...
</th>
</tr>
</thead>
<tbody>
<tr>
<td>...</td>
</tr>
Repeat until page end.
</tbody>
</table>
Thanks,
Jake