Enable manual sorting per column

This commit is contained in:
phl0
2022-05-09 10:13:25 +02:00
parent 4cb0a9a3e9
commit be63741e82

View File

@@ -2146,7 +2146,7 @@ $(document).ready(function(){
$('.qsltable').DataTable({
"pageLength": 25,
responsive: false,
ordering: false,
ordering: true,
"scrollY": "500px",
"scrollCollapse": true,
"paging": false,