scrollbar pro tabulku
This commit is contained in:
parent
fd8ef17959
commit
bcde9ca095
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,8 @@ Do: {{ filtr.reseni_do }}
|
||||||
<input type=number max="{{ aktualni_rocnik.rocnik }}" min=1 id=jiny_rocnik placeholder="Jiný ročník" value="{{ rocnik }}">
|
<input type=number max="{{ aktualni_rocnik.rocnik }}" min=1 id=jiny_rocnik placeholder="Jiný ročník" value="{{ rocnik }}">
|
||||||
<input type=submit value="Změň ročník">
|
<input type=submit value="Změň ročník">
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
<div style="overflow-x: scroll;">
|
||||||
<table class="dosla_reseni">
|
<table class="dosla_reseni">
|
||||||
<tr>
|
<tr>
|
||||||
<td></td> {# Prázdná buňka v levém horním rohu #}
|
<td></td> {# Prázdná buňka v levém horním rohu #}
|
||||||
|
@ -45,6 +47,7 @@ Do: {{ filtr.reseni_do }}
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue