Revert demo

pull/3861/head
Tuğçe Küçükoğlu 2023-04-13 21:06:38 +03:00
parent 62ddc47f4d
commit c7701410bf
2 changed files with 0 additions and 12 deletions

View File

@ -15,9 +15,6 @@
</template>
<template #empty> No customers found. </template>
<template #loading> Loading customers data. Please wait. </template>
<template #filtericon>
<i class="pi pi-discord" />
</template>
<Column field="name" header="Name" style="min-width: 12rem">
<template #body="{ data }">
{{ data.name }}
@ -25,9 +22,6 @@
<template #filter="{ filterModel }">
<InputText v-model="filterModel.value" type="text" class="p-column-filter" placeholder="Search by name" />
</template>
<template #filtericon>
<i class="pi pi-discord" />
</template>
</Column>
<Column header="Country" filterField="country.name" style="min-width: 12rem">
<template #body="{ data }">

View File

@ -18,9 +18,6 @@
</template>
<template #empty> No customers found. </template>
<template #loading> Loading customers data. Please wait. </template>
<template #filtericon>
<i class="pi pi-discord" />
</template>
<Column field="name" header="Name" style="min-width: 12rem">
<template #body="{ data }">
{{ data.name }}
@ -28,9 +25,6 @@
<template #filter="{ filterModel, filterCallback }">
<InputText v-model="filterModel.value" type="text" @input="filterCallback()" class="p-column-filter" placeholder="Search by name" />
</template>
<template #filtericon>
<i class="pi pi-discord" />
</template>
</Column>
<Column header="Country" filterField="country.name" style="min-width: 12rem">
<template #body="{ data }">