Archived
1
0

Further improvements to MDL table.

This commit is contained in:
Markus Birth 2016-10-20 17:28:50 +02:00
parent 8644ff3e72
commit 24dad02652

@ -5,21 +5,21 @@
<table border="1" rules="all" class="mdl-data-table mdl-js-data-table"> <table border="1" rules="all" class="mdl-data-table mdl-js-data-table">
<thead> <thead>
<tr> <tr>
<th class="mdl-data-table__cell--non-numeric mdl-data-table__header--sorted-ascending" colspan="2" rowspan="2">Datum &amp; Zeit</th> <th class="mdl-data-table__header--sorted-ascending" colspan="2" rowspan="2">Datum &amp; Zeit</th>
<th class="mdl-data-table__cell--non-numeric" rowspan="2">Temp</th> <th rowspan="2">Temp</th>
<th class="mdl-data-table__cell--non-numeric" rowspan="2">Gefühlt</th> <th rowspan="2">Gefühlt</th>
<th class="mdl-data-table__cell--non-numeric" rowspan="2">Feuchte</th> <th rowspan="2">Feuchte</th>
<th class="mdl-data-table__cell--non-numeric" colspan="3">Wind</th> <th class="mdl-data-table__cell--non-numeric" colspan="3">Wind</th>
<th class="mdl-data-table__cell--non-numeric" rowspan="2">Regen</th> <th rowspan="2">Regen</th>
<th class="mdl-data-table__cell--non-numeric" colspan="2">Luftdruck</th> <th class="mdl-data-table__cell--non-numeric" colspan="2">Luftdruck</th>
<th class="mdl-data-table__cell--non-numeric" rowspan="2"><a href="https://de.wikipedia.org/wiki/Kondensationsniveau##Konvektionskondensationsniveau" title="Quellwolkenuntergrenze">KKN</a></th> <th rowspan="2"><a href="https://de.wikipedia.org/wiki/Kondensationsniveau##Konvektionskondensationsniveau" title="Quellwolkenuntergrenze">KKN</a></th>
<th class="mdl-data-table__cell--non-numeric" rowspan="2">Vorhersage</th> <th class="mdl-data-table__cell--non-numeric" rowspan="2">Vorhersage</th>
</tr> </tr>
<tr> <tr>
<th class="mdl-data-table__cell--non-numeric">Ri</th> <th class="mdl-data-table__cell--non-numeric">Ri</th>
<th class="mdl-data-table__cell--non-numeric">Ø</th> <th>Ø</th>
<th class="mdl-data-table__cell--non-numeric">Boe</th> <th>Boe</th>
<th class="mdl-data-table__cell--non-numeric">Druck</th> <th>Druck</th>
<th class="mdl-data-table__cell--non-numeric">Tendenz</th> <th class="mdl-data-table__cell--non-numeric">Tendenz</th>
</tr> </tr>
</thead> </thead>