Add table view and split name into firstName/lastName fields
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
[
|
||||
{
|
||||
"id": "m1",
|
||||
"name": "Max Mustermann",
|
||||
"firstName": "Max",
|
||||
"lastName": "Mustermann",
|
||||
"email": "max@example.com",
|
||||
"phone": "069 123456",
|
||||
"address": "Musterstraße 1, 60437 Frankfurt",
|
||||
@@ -9,7 +10,8 @@
|
||||
},
|
||||
{
|
||||
"id": "m2",
|
||||
"name": "Anna Schmidt",
|
||||
"firstName": "Anna",
|
||||
"lastName": "Schmidt",
|
||||
"email": "",
|
||||
"phone": "069 234567",
|
||||
"address": "Hauptstraße 5, 60437 Frankfurt",
|
||||
|
||||
Reference in New Issue
Block a user