1
0
Fork 0

resources/views/admin/card/index.blade.php: Sort subject and raid.

This commit is contained in:
Henrik Hautakoski 2022-01-15 13:36:43 +01:00
parent ec4b04b40e
commit b5c61cb159

View file

@ -19,6 +19,8 @@
'sort_columns' => [
'id' => 'id',
'body' => 'body',
'subject' => ['character.name', 'class', 'role'],
'raid.name' => 'raid.name',
]
])