瀏覽代碼

test hidden table

Axel Nordh 4 年之前
父節點
當前提交
7637f1bcb1
共有 1 個文件被更改,包括 11 次插入1 次删除
  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>