diff --git a/resources/js/Pages/IkeaRoot.vue b/resources/js/Pages/IkeaRoot.vue index 47cf76d..eaf20eb 100644 --- a/resources/js/Pages/IkeaRoot.vue +++ b/resources/js/Pages/IkeaRoot.vue @@ -48,7 +48,7 @@ const itemCode = ref(null); const options = { region: 150, - width: 500, + width: 400, height: 310, }; @@ -197,8 +197,8 @@ const hproducts = ref([ ]); const hresults = ref([ { text: "Code", value: "code", sortable: true }, - { text: "Name of product", value: "item", sortable: true }, - { text: "Description", value: "desc", sortable: true }, + // { text: "Name of product", value: "item", sortable: true }, + // { text: "Description", value: "desc", sortable: true }, { text: "Description Long", value: "descLong", sortable: true }, { text: "Units", value: "units", sortable: true }, { text: "Price", value: "price", sortable: true },