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' => [
|
||||
'id' => 'id',
|
||||
'body' => 'body',
|
||||
'subject' => ['character.name', 'class', 'role'],
|
||||
'raid.name' => 'raid.name',
|
||||
]
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue