Skip to content

Commit

Permalink
feat: add search icon to DataTable Search field #172
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Feb 29, 2024
1 parent 92c0bf7 commit acd622b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/PoisList/PoisTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ const headers = computed((): Array<DataTableHeader> => {
v-model="search"
:label="t('poisTable.search')"
class="pa-2"
/>
>
<template #append-inner>
<FontAwesomeIcon class="px-2" icon="search" />
</template>
</VTextField>
</template>
<template #item="{ item, columns }">
<tr>
Expand Down

0 comments on commit acd622b

Please sign in to comment.