verlaufsgrafik

This commit is contained in:
Walter Hupfeld
2023-10-10 18:45:24 +02:00
parent 918dfb0630
commit d113c5bd09
7 changed files with 708 additions and 15 deletions

View File

@@ -142,7 +142,7 @@ while ($row = $result->fetch(PDO::FETCH_ASSOC)) {
</body>
<script>
let table = new DataTable('#unfallzahlen',{
pageLength : 50
pageLength : 10
});
</script>
</html>