Remove table footer
This commit is contained in:
@@ -65,7 +65,7 @@ onMounted(fetch_rates);
|
|||||||
<div class="text-center grid-flow-col max-w-fit justify-items-center">
|
<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="font-extrabold">Exchange rates and coutry list</div>
|
||||||
<div class="mt-5">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -467,11 +467,12 @@ watch(ccodes, (codes) => {
|
|||||||
id="results"
|
id="results"
|
||||||
table-class-name="results"
|
table-class-name="results"
|
||||||
sortBy="countryName"
|
sortBy="countryName"
|
||||||
:rows-per-page="25"
|
:rows-per-page="30"
|
||||||
:headers="hproducts"
|
:headers="hproducts"
|
||||||
:items="tproducts"
|
:items="tproducts"
|
||||||
:body-row-class-name="bodyRowClassNameFunction"
|
:body-row-class-name="bodyRowClassNameFunction"
|
||||||
:hide-rows-per-page="true"
|
:hide-rows-per-page="true"
|
||||||
|
:hide-footer="true"
|
||||||
alternating
|
alternating
|
||||||
>
|
>
|
||||||
<template #item-countryName="{ countryName, url }">
|
<template #item-countryName="{ countryName, url }">
|
||||||
|
|||||||
Reference in New Issue
Block a user