add server side computing for event listing + fix ordering for some entities

This commit is contained in:
osaajani 2021-07-21 16:42:25 +02:00
parent 8e43c53498
commit 85095ef995
8 changed files with 108 additions and 5 deletions

View file

@ -68,6 +68,7 @@ jQuery(document).ready(function ()
"language": {
"url": HTTP_PWD + "/assets/js/datatables/french.json",
},
"order": [[0, "desc"]],
"columnDefs": [{
'targets': 'checkcolumn',
'orderable': false,