Skip to content

Commit 22b2630

Browse files
mcMMO Dashboard v1.22.03_04
1 parent c3ece8c commit 22b2630

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<link rel="stylesheet" href="https://cdn.datatables.net/responsive/2.4.0/css/responsive.dataTables.min.css">
1717
<!-- script used to correctly display data tables -->
1818
<script src="https://code.jquery.com/jquery-3.5.1.js" defer></script>
19-
<script src="https://cdn.datatables.net/1.13.1/js/jquery.dataTables.min.js" defer></script>
19+
<script src="https://cdn.datatables.net/1.13.4/js/jquery.dataTables.min.js" defer></script>
2020
<script src="https://cdn.datatables.net/1.13.1/js/dataTables.bootstrap4.min.js" defer></script>
2121
<script src="https://cdn.datatables.net/responsive/2.4.0/js/dataTables.responsive.min.js" defer></script>
2222
</head>

resources/css/table.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/table.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/table.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
.dataTables_wrapper{
22
display: flex;
33
flex-direction: column;
4-
4+
5+
overflow-x: auto;
6+
width: 100%;
7+
58
@media screen and (max-width: 1000px) {
69
max-width: var(--width-table-1000);
710
}

resources/js/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ function databaseLoad(player){
408408
// });
409409
// }
410410
},
411+
scrollX: "300px",
411412
"paging": pagingAllow,
412413
"lengthChange": lengthChangeAllow,
413414
"searching": true,

0 commit comments

Comments
 (0)