Many Changes for 1.0
This commit is contained in:
@@ -7,21 +7,13 @@ const router = useRouter()
|
||||
|
||||
const columns = [
|
||||
{
|
||||
key:"id",
|
||||
label: "Id"
|
||||
},
|
||||
{
|
||||
key:"firstName",
|
||||
label: "Vorname:",
|
||||
},
|
||||
{
|
||||
key: "lastName",
|
||||
label: "Nachname:"
|
||||
},
|
||||
key:"fullName",
|
||||
label: "Name",
|
||||
},/*
|
||||
{
|
||||
key: "username",
|
||||
label: "Benutzername"
|
||||
},
|
||||
},*/
|
||||
{
|
||||
key: "role",
|
||||
label: "Rolle"
|
||||
|
||||
Reference in New Issue
Block a user