diff --git a/index.html b/index.html index 436ae14..062f7c0 100644 --- a/index.html +++ b/index.html @@ -1,262 +1,330 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
9:009:159:309:4510:0010:1510:3010:4511:0011:1511:3011:4512:0012:1512:3012:4513:0013:1513:3013:4514:0014:1514:3014:4515:0015:1515:3015:4516:0016:1516:3016:4517:0017:1517:3017:4518:00
Madrid
London
Paris
-

Do it.

- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
9:009:159:309:4510:0010:1510:3010:4511:0011:1511:3011:4512:0012:1512:3012:4513:0013:1513:3013:4514:0014:1514:3014:4515:0015:1515:3015:4516:0016:1516:3016:4517:0017:1517:3017:4518:00Status
Madrid
London
Paris
Status
- - - + if (numHeadRows > 0 && i < numHeadRows) thead.appendChild(row) + else if (numFootRows > 0 && i > (transposed.length - numFootRows - 1)) tfoot.appendChild(row) + else tbody.appendChild(row); + } + if (numHeadRows > 0) table.appendChild(thead) + table.appendChild(tbody); + if (numFootRows > 0) table.appendChild(tfoot) + } + + + \ No newline at end of file