Bestimmung der Zeilenanzahl hinzufügen

This commit is contained in:
2025-06-27 12:23:26 +02:00
parent b4d30066b9
commit 0e1244c02f
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
<tfoot>
<tr>
<td colspan="4">
<TablePagination promise_data={records} bind:actual_records={actual_records}/>
<TablePagination promise_data={records} bind:actual_records={actual_records} page_count={15}/>
</td>
</tr>
</tfoot>