mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-27 18:40:39 +00:00
sorting datatables
This commit is contained in:
@@ -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
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user