Tricks

Custom table footer displays above content

Jul 7, 2022
joaquin
Table builder, FAQ

If you want to add a custom footer to a table you need to create a view with a <tr> tag. Otherwise, the content will appear at the top of the table:

<tr>
<td>
Column 1
</td>
</tr>