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="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>
|
||||
|
||||
@@ -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 }">
|
||||
|
||||
Reference in New Issue
Block a user