add iso dates to result object of profile updates api endpoint, use iso date in tabulator to sort correctly and format with luxon js

This commit is contained in:
Harald Bamberger
2025-10-08 15:35:28 +02:00
parent 5fbcc60c67
commit c79e329439
3 changed files with 22 additions and 2 deletions
+4
View File
@@ -2,10 +2,14 @@
$includesArray = array(
'title' => 'Profil Änderungen',
'vue3' => true,
'primevue3' => true,
'bootstrap5' => true,
'fontawesome6'=> true,
'axios027' => true,
'tabulator5' => true,
'customJSs' => array(
'vendor/moment/luxonjs/luxon.min.js'
),
'customJSModules' => array(
'public/js/apps/Cis/ProfilUpdateRequests.js'
),