Add basic FontAwesome support to new Vue.js table grid
i.e. for sortable column icons
This commit is contained in:
parent
02528aecc7
commit
875f520710
2 changed files with 35 additions and 9 deletions
|
@ -44,6 +44,7 @@ class UserView(APIMasterView):
|
|||
return {
|
||||
'username': user.username,
|
||||
'person': six.text_type(user.person or ''),
|
||||
'active': user.active,
|
||||
}
|
||||
|
||||
@view(permission='users.list')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue