resources/views/admin/card/index.blade.php: Sort subject and raid.
This commit is contained in:
parent
ec4b04b40e
commit
b5c61cb159
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@
|
||||||
'sort_columns' => [
|
'sort_columns' => [
|
||||||
'id' => 'id',
|
'id' => 'id',
|
||||||
'body' => 'body',
|
'body' => 'body',
|
||||||
|
'subject' => ['character.name', 'class', 'role'],
|
||||||
|
'raid.name' => 'raid.name',
|
||||||
]
|
]
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue