Event filter modification

This commit is contained in:
Gregory Trullemans 2023-10-31 14:45:08 +01:00
parent 1b69bab40c
commit 3cb646fc75
1 changed files with 2 additions and 2 deletions

View File

@ -80,9 +80,9 @@
headers: {
0: { sorter: false }, // disable first column
},
sortList: [[3, 1], [1, 0]],
sortList: [[4, 0], [1, 0]],
{% else %}
sortList: [[2, 1], [0, 0]],
sortList: [[3, 1], [0, 0]],
{% endif %}
});