Show data Table with pagination (startRow, endRow, filter, sorting)

This commit is contained in:
Paolo Arena
2019-10-14 20:32:15 +02:00
parent 96b7b7a48b
commit 0ee08f8430
9 changed files with 265 additions and 44 deletions

View File

@@ -1,7 +1,12 @@
export const shared_consts = {
Permissions: {
Normal: 0,
Admin: 1
},
fieldsUserToChange() {
return ['username', 'email', 'name', 'surname', 'perm', 'date_reg']
return ['username', 'email', 'name', 'surname', 'perm', 'date_reg', 'verified_email']
}
}