Revert demo
parent
62ddc47f4d
commit
c7701410bf
|
@ -15,9 +15,6 @@
|
||||||
</template>
|
</template>
|
||||||
<template #empty> No customers found. </template>
|
<template #empty> No customers found. </template>
|
||||||
<template #loading> Loading customers data. Please wait. </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">
|
<Column field="name" header="Name" style="min-width: 12rem">
|
||||||
<template #body="{ data }">
|
<template #body="{ data }">
|
||||||
{{ data.name }}
|
{{ data.name }}
|
||||||
|
@ -25,9 +22,6 @@
|
||||||
<template #filter="{ filterModel }">
|
<template #filter="{ filterModel }">
|
||||||
<InputText v-model="filterModel.value" type="text" class="p-column-filter" placeholder="Search by name" />
|
<InputText v-model="filterModel.value" type="text" class="p-column-filter" placeholder="Search by name" />
|
||||||
</template>
|
</template>
|
||||||
<template #filtericon>
|
|
||||||
<i class="pi pi-discord" />
|
|
||||||
</template>
|
|
||||||
</Column>
|
</Column>
|
||||||
<Column header="Country" filterField="country.name" style="min-width: 12rem">
|
<Column header="Country" filterField="country.name" style="min-width: 12rem">
|
||||||
<template #body="{ data }">
|
<template #body="{ data }">
|
||||||
|
|
|
@ -18,9 +18,6 @@
|
||||||
</template>
|
</template>
|
||||||
<template #empty> No customers found. </template>
|
<template #empty> No customers found. </template>
|
||||||
<template #loading> Loading customers data. Please wait. </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">
|
<Column field="name" header="Name" style="min-width: 12rem">
|
||||||
<template #body="{ data }">
|
<template #body="{ data }">
|
||||||
{{ data.name }}
|
{{ data.name }}
|
||||||
|
@ -28,9 +25,6 @@
|
||||||
<template #filter="{ filterModel, filterCallback }">
|
<template #filter="{ filterModel, filterCallback }">
|
||||||
<InputText v-model="filterModel.value" type="text" @input="filterCallback()" class="p-column-filter" placeholder="Search by name" />
|
<InputText v-model="filterModel.value" type="text" @input="filterCallback()" class="p-column-filter" placeholder="Search by name" />
|
||||||
</template>
|
</template>
|
||||||
<template #filtericon>
|
|
||||||
<i class="pi pi-discord" />
|
|
||||||
</template>
|
|
||||||
</Column>
|
</Column>
|
||||||
<Column header="Country" filterField="country.name" style="min-width: 12rem">
|
<Column header="Country" filterField="country.name" style="min-width: 12rem">
|
||||||
<template #body="{ data }">
|
<template #body="{ data }">
|
||||||
|
|
Loading…
Reference in New Issue