sorting datatables

This commit is contained in:
Čarodej
2021-11-29 08:01:12 +01:00
parent 5d4486a4ad
commit fa3cb93b19
11 changed files with 162 additions and 128 deletions
+2 -1
View File
@@ -139,7 +139,7 @@
},
{
label: this.$t('User'),
field: 'user',
field: 'user_id',
sortable: true
},
{
@@ -159,6 +159,7 @@
},
{
label: this.$t('Service'),
field: 'driver',
sortable: true
},
],