mirror of
https://github.com/FAUSheppy/ths-blowerdoor-raven
synced 2025-12-10 08:48:32 +01:00
fix sorting
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
<th class="th-sm font-weight-bold">Blowerdoor KW</th>
|
<th class="th-sm font-weight-bold">Blowerdoor KW</th>
|
||||||
<th class="th-sm font-weight-bold">Bauherr</th>
|
<th class="th-sm font-weight-bold">Bauherr</th>
|
||||||
<th data-sorter="datesSorter" class="th-sm font-weight-bold">Dokument Erstellungsdatum (Jahr/Monat/Tag)</th>
|
<th data-sorter="datesSorter" class="th-sm font-weight-bold">Dokument Erstellungsdatum (Jahr/Monat/Tag)</th>
|
||||||
|
<th class="th-sm font-weight-bold"></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -53,11 +54,11 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<script defer>
|
<script defer>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$('#tableMain').DataTable({
|
$('#tableMain').DataTable({
|
||||||
"order" : [[ 3, "desc" ]]
|
"order" : [[ 3, "desc" ]],
|
||||||
|
"paging": false,
|
||||||
});
|
});
|
||||||
$('.dataTables_length').addClass('bs-select');
|
$('.dataTables_length').addClass('bs-select');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user