Freeze summary header while scrolling (#6121)
This commit is contained in:
parent
084aa4e591
commit
d2adea950f
@ -43,11 +43,11 @@
|
|||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
<table class="table table-hover" id="report">
|
<table class="table table-hover" id="report">
|
||||||
<thead style="position: sticky; top: 0">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="table-primary" scope="col">Operation</th>
|
<th class="table-primary" scope="col" style="position: sticky; top: 0">Operation</th>
|
||||||
{% for d in devices -%}
|
{% for d in devices -%}
|
||||||
<th class="table-primary">{{ d }}</th>
|
<th class="table-primary" style="position: sticky; top: 0">{{ d }}</th>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
Loading…
Reference in New Issue
Block a user