From a8a3cc2b72f18763d8d9b972f06141cf0538c6f0 Mon Sep 17 00:00:00 2001 From: Jaroslav Drzik Date: Tue, 13 Feb 2024 19:23:10 +0100 Subject: [PATCH] Remove table footer --- resources/js/Pages/IkeaExchange.vue | 2 +- resources/js/Pages/IkeaRoot.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/js/Pages/IkeaExchange.vue b/resources/js/Pages/IkeaExchange.vue index 831d7ca..246f173 100644 --- a/resources/js/Pages/IkeaExchange.vue +++ b/resources/js/Pages/IkeaExchange.vue @@ -65,7 +65,7 @@ onMounted(fetch_rates);
Exchange rates and coutry list
- +
diff --git a/resources/js/Pages/IkeaRoot.vue b/resources/js/Pages/IkeaRoot.vue index 6592639..eccc75d 100644 --- a/resources/js/Pages/IkeaRoot.vue +++ b/resources/js/Pages/IkeaRoot.vue @@ -467,11 +467,12 @@ watch(ccodes, (codes) => { id="results" table-class-name="results" sortBy="countryName" - :rows-per-page="25" + :rows-per-page="30" :headers="hproducts" :items="tproducts" :body-row-class-name="bodyRowClassNameFunction" :hide-rows-per-page="true" + :hide-footer="true" alternating >