Remove table footer

This commit is contained in:
2024-02-13 19:23:10 +01:00
parent c36aef9819
commit a8a3cc2b72
2 changed files with 3 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ onMounted(fetch_rates);
<div class="text-center grid-flow-col max-w-fit justify-items-center">
<div class="font-extrabold">Exchange rates and coutry list</div>
<div class="mt-5">
<EasyTable :rows-per-page=10 :headers="headers" :items="currencyCountryRate" alternating></EasyTable>
<EasyTable :rows-per-page=30 :headers="headers" :items="currencyCountryRate" alternating :hide-footer="true"></EasyTable>
</div>
</div>
</div>

View File

@@ -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
>
<template #item-countryName="{ countryName, url }">