fix: small fixes

This commit is contained in:
woothu
2019-09-27 14:01:37 +02:00
parent f17191474f
commit 66c4385b85
2 changed files with 15 additions and 9 deletions
+5 -4
View File
@@ -21,10 +21,11 @@
:items="getItems()"
:fields="fields"
index-column
filter-row
options-row
column-filter
table-filter
items-per-page-selects
hover
sorting
sortable
footer
pagination
>
@@ -148,7 +149,7 @@ const fields = [
'registered',
{ key: 'role', _style:'width:20%;' },
{ key: 'status', _style:'width:20%;' },
{ key: 'show_details' , label:'', _style:'width:1%', noSorting: true, noFilter: true },
{ key: 'show_details' , label:'', _style:'width:1%', notSortable: true, noFilter: true },
]
const items = [
{ username: 'Samppa Nori', registered: '2012/01/01', role: 'Member', status: 'Active'},