This was the most stupid bug in the world, fixed in the smartest way ever
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user