We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219205c commit a171db1Copy full SHA for a171db1
Public/css/table.css
@@ -0,0 +1,3 @@
1
+table.dataTable {
2
+ margin-top: 0 !important;
3
+}
Public/js/statistics.js
@@ -3,6 +3,8 @@
import DataTable from "datatables.net";
4
import "datatables.net-bs5/css/dataTables.bootstrap5.min.css";
5
6
+import "../css/table.css";
7
+
8
export class StatisticsView {
9
constructor(container) {
10
this.container = container;
0 commit comments