Explorar el Código

test hidden table

Axel Nordh hace 4 años
padre
commit
7637f1bcb1
Se han modificado 1 ficheros con 11 adiciones y 1 borrados
  1. 11 1
      OddsJavaFx/src/web/front/index.php

+ 11 - 1
OddsJavaFx/src/web/front/index.php

@@ -1,9 +1,19 @@
 <H2>Odds</H2>
 
-<table id="matchTable">
+
+
+<table id="matchTable" hidden>
 <thead>
 <tr>
 <th>Datum</th>
+<th>land</th>
+<th>liga</th>
+<th>Hemma lag</th>
+<th>Borta lag</th>
+<th>Odds 1</th>
+<th>(Odds X)</th>
+<th>Odds 2</th>
+
 </tr>
 </thead>