default ordering inactive patients

Fixes #42
This commit is contained in:
gw3000 2023-08-08 16:17:04 +02:00
parent fea1d77739
commit 10ca0cd7f1

View file

@ -24,6 +24,7 @@
info: true,
"pagingType": "first_last_numbers",
responsive: true,
order: [[2, 'desc']],
columnDefs: [
{ responsivePriority: 1, targets: 0 },
]