mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Enable manual sorting per column
This commit is contained in:
@@ -2146,7 +2146,7 @@ $(document).ready(function(){
|
||||
$('.qsltable').DataTable({
|
||||
"pageLength": 25,
|
||||
responsive: false,
|
||||
ordering: false,
|
||||
ordering: true,
|
||||
"scrollY": "500px",
|
||||
"scrollCollapse": true,
|
||||
"paging": false,
|
||||
|
||||
Reference in New Issue
Block a user