Planten OOP V1.2
This commit is contained in:
@@ -22,11 +22,5 @@
|
|||||||
"plant_naam": "Sla",
|
"plant_naam": "Sla",
|
||||||
"plantensoort": "Groente",
|
"plantensoort": "Groente",
|
||||||
"plant_geteelt": 1
|
"plant_geteelt": 1
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 52,
|
|
||||||
"plant_naam": "Wietplant",
|
|
||||||
"plantensoort": "Onkruid",
|
|
||||||
"plant_geteelt": 0
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -96,6 +96,7 @@ class PlantGrid {
|
|||||||
|
|
||||||
plantenTable.appendChild(tr);
|
plantenTable.appendChild(tr);
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user