trigger pagination if table body is delayed populated
All checks were successful
delpoy / build-and-deploy (push) Successful in 43s

This commit is contained in:
2024-11-29 12:54:54 +01:00
parent c89cbdd389
commit aacd618d4f
2 changed files with 8 additions and 12 deletions

View File

@ -183,16 +183,6 @@
</td>
</tr>
{/each}
<tr>
<td colspan="100">
<div class="flex justify-center items-center">
<button class="btn btn-sm" on:click={() => newUserModal.show()}>
<Plus />
<span>Neuer Spieler</span>
</button>
</div>
</td>
</tr>
</PaginationTableBody>
</table>
</div>