Fix sorter-false

- Legacy-Id: 19594
This commit is contained in:
Lars Eggert 2021-11-09 17:49:11 +00:00
parent 6b15c3de95
commit e92441b2f3
4 changed files with 5 additions and 4 deletions

View file

@ -5,6 +5,7 @@ require('datatables.net-bs5')(window, $);
$.extend($.fn.dataTable.defaults, {
info : false,
paging : false,
order: [],
"search": {
"caseInsensitive": true
}

View file

@ -20,7 +20,7 @@
<table class="table table-sm table-striped {% if not meta.max %}tablesorter{% endif %}">
<thead>
<tr>
<th class="sorter-false"></th>
<th data-orderable="false"></th>
{% for h in meta.headers %}
{% if h.title != "Title" %}
@ -43,7 +43,7 @@
{% endfor %}
{% if color_row_positions %}
<th class="sorter-false"></th>
<th data-orderable="false"></th>
{% endif %}
</tr>
</thead>

View file

@ -58,7 +58,7 @@
<table class="table table-sm table-striped tablesorter">
<thead>
<tr>
<th class="sorter-false"></th>
<th data-orderable="false"></th>
<th>Document</th>
<th>Date</th>
<th>Status</th>

View file

@ -51,7 +51,7 @@
<th>Draft name</th>
<th>Pre-approved</th>
<th>By</th>
<th class="sorter-false"></th>
<th data-orderable="false"></th>
</tr>
</thead>
<tbody>