This was the most stupid bug in the world, fixed in the smartest way ever

This commit is contained in:
2024-01-24 23:08:43 -05:00
parent d49e27bbb0
commit 26f44fd4ab

View File

@@ -9,6 +9,7 @@
<InputText v-model="filters.global.value" class="w-full mb-3" placeholder="Search"/>
</span>
<DataTable
sortField="make" :sortOrder="1"
:globalFilterFields="['make', 'model']"
:loading="loading"
filterDisplay="row" v-model:filters="filters" class="p-datatable-sm" :value="guns">