generated from Flycro/laravel-nuxt
feat: Add Sort to all Columns
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -14,14 +14,17 @@ const columns = [
|
||||
{
|
||||
key: 'book_name',
|
||||
label: 'Name',
|
||||
sortable: true,
|
||||
},
|
||||
{
|
||||
key: 'author',
|
||||
label: 'Autor',
|
||||
sortable: true,
|
||||
},
|
||||
{
|
||||
key: 'published_at',
|
||||
label: 'Erstveröffentlichung',
|
||||
sortable: true,
|
||||
},
|
||||
{
|
||||
key: 'description',
|
||||
@@ -30,18 +33,22 @@ const columns = [
|
||||
{
|
||||
key: 'pages',
|
||||
label: 'Seiten',
|
||||
sortable: true,
|
||||
},
|
||||
{
|
||||
key: 'recommender.name',
|
||||
label: 'Empfohlen von',
|
||||
sortable: true,
|
||||
},
|
||||
{
|
||||
key: 'created_at',
|
||||
label: 'Erstellt am',
|
||||
sortable: true,
|
||||
},
|
||||
{
|
||||
key: 'status',
|
||||
label: 'Status',
|
||||
sortable: true,
|
||||
},
|
||||
{
|
||||
key: 'votes',
|
||||
|
||||
Reference in New Issue
Block a user