mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update TW demos for the new fixes
This commit is contained in:
parent
67f80538b4
commit
03987ed2fd
10 changed files with 168 additions and 94 deletions
|
@ -331,10 +331,6 @@ export default {
|
|||
<template #header>
|
||||
<div class="flex justify-between">
|
||||
<Button type="button" icon="pi pi-filter-slash" label="Clear" outlined @click="clearFilter()" />
|
||||
<span class="p-input-icon-left">
|
||||
<i class="pi pi-search" />
|
||||
<InputText v-model="filters['global'].value" placeholder="Keyword Search" />
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
<template #empty> No customers found. </template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue