Gemeinde Detail
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user