Gemeinde Detail

This commit is contained in:
Walter Hupfeld
2023-10-09 19:14:10 +02:00
parent d841823661
commit 247294145f
4 changed files with 145 additions and 24 deletions

View File

@@ -47,7 +47,7 @@
<!-- Ende Navbar -->
<div class="container-fluid">
<div class="container-fluid" style="margin-top:4em;">
<h1>Fahrradunfälle in Nordrhein-Westfalen in Kreisen und kreisfreien Städten</h2>
<table id="unfallzahlen" class="display">
<thead>
@@ -132,7 +132,9 @@ while ($row = $result->fetch(PDO::FETCH_ASSOC)) {
</table>
<script>
let table = new DataTable('#unfallzahlen');
let table = new DataTable('#unfallzahlen',{
pageLength : 25
});
</script>
</div>
</body>