소스 검색

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>