Alles werkend, punt vanaf waar iedereen verder moet!!!!

This commit is contained in:
Atilla
2024-03-20 10:39:34 +01:00
parent a60f14853f
commit 13cf7198ea
4 changed files with 431 additions and 355 deletions

View File

@@ -36,25 +36,25 @@ class PlantGrid {
"id": 3,
"plantNaam": "Appel",
"plantensoort": "Groente",
"plantGeteelt": 0
"plantGeteelt": 1
},
{
"id": 4,
"plantNaam": "KwamKwammer",
"plantensoort": "Groente",
"plantGeteelt": 1
"plantGeteelt": 0
},
{
"id": 5,
"plantNaam": ":p",
"plantensoort": "Groente",
"plantGeteelt": 1
"plantGeteelt": 0
},
{
"id": 6,
"plantNaam": ":3",
"plantensoort": "Groente",
"plantGeteelt": 1
"plantGeteelt": 0
},
{
"id": 7,
@@ -66,13 +66,13 @@ class PlantGrid {
"id": 8,
"plantNaam": "test",
"plantensoort": "Groente",
"plantGeteelt": 0
"plantGeteelt": 1
},
{
"id": 9,
"plantNaam": "yippie",
"plantensoort": "Groente",
"plantGeteelt": 0
"plantGeteelt": 1
}
];