Revert demo
parent
62ddc47f4d
commit
c7701410bf
|
@ -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 }">
|
||||
|
|
|
@ -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 }">
|
||||
|
|
Loading…
Reference in New Issue