Show data Table with pagination (startRow, endRow, filter, sorting)
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
module.exports = {
|
||||
|
||||
Permissions: {
|
||||
Normal: 0,
|
||||
Admin: 1,
|
||||
},
|
||||
|
||||
fieldsUserToChange() {
|
||||
return ['username', 'email', 'name', 'surname', 'perm', 'date_reg']
|
||||
return ['username', 'email', 'name', 'surname', 'perm', 'date_reg', 'verified_email']
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user