mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-18 16:45:52 +00:00
Fix sticky headers to new offset
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
class="table table-striped table-hover table-bordered bg-light"
|
||||
data-toggle="table"
|
||||
data-sticky-header="true"
|
||||
data-sticky-header-offset-y="50"
|
||||
data-sticky-header-offset-y="65"
|
||||
data-sortable="true">
|
||||
<thead>
|
||||
<tr class="bg-primary text-white">
|
||||
|
@@ -2,7 +2,7 @@
|
||||
class="table table-striped table-hover table-bordered bg-light"
|
||||
data-toggle="table"
|
||||
data-sticky-header="true"
|
||||
data-sticky-header-offset-y="50"
|
||||
data-sticky-header-offset-y="65"
|
||||
data-sortable="true">
|
||||
<thead>
|
||||
<tr class="bg-primary text-white">
|
||||
|
@@ -55,7 +55,7 @@
|
||||
id="report-table"
|
||||
data-toggle="table"
|
||||
data-sticky-header="true"
|
||||
data-sticky-header-offset-y="50"
|
||||
data-sticky-header-offset-y="65"
|
||||
data-sortable="true">
|
||||
<thead>
|
||||
<tr class="bg-primary text-white">
|
||||
|
@@ -10,7 +10,7 @@
|
||||
class="table table-striped table-hover table-bordered bg-light"
|
||||
data-toggle="table"
|
||||
data-sticky-header="true"
|
||||
data-sticky-header-offset-y="50"
|
||||
data-sticky-header-offset-y="65"
|
||||
data-sortable="true"
|
||||
data-show-multi-sort="true"
|
||||
data-sort-priority='[{"sortName": "date", "sortOrder": "desc"},{"sortName": "time", "sortOrder": "desc"}]'
|
||||
|
Reference in New Issue
Block a user