added column
This commit is contained in:
@@ -148,6 +148,11 @@ const templateColumns = [
|
|||||||
label: "Name",
|
label: "Name",
|
||||||
sortable: true
|
sortable: true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: "description",
|
||||||
|
label: "Beschreibung",
|
||||||
|
sortable: true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: "manufacturer",
|
key: "manufacturer",
|
||||||
label: "Hersteller",
|
label: "Hersteller",
|
||||||
|
|||||||
Reference in New Issue
Block a user