fix datatables

This commit is contained in:
Walter Hupfeld
2023-10-22 21:44:27 +02:00
parent 4022114a73
commit df286c8dd3
5 changed files with 290 additions and 4 deletions

View File

@@ -111,7 +111,10 @@ while ($row = $result->fetch(PDO::FETCH_ASSOC)) {
<script>
let table = new DataTable('#unfallzahlen',{
pageLength : 10
pageLength : 10,
language: {
url: '../js/de-DE.json'
}
});
</script>
</div>