แก้ paging

This commit is contained in:
setthawutttty 2024-10-30 14:40:02 +07:00
parent ce0c2fef3f
commit 91d3c417d6
7 changed files with 88 additions and 97 deletions

View file

@ -331,7 +331,7 @@ onMounted(async () => {
<template v-if="status !== 'ALL'" v-slot:append>
<q-icon
name="cancel"
@click.stop.prevent="(status = 'ALL'), getListData()"
@click.stop.prevent="(status = 'ALL'), getSerach()"
class="cursor-pointer"
/>
</template>
@ -382,7 +382,7 @@ onMounted(async () => {
row-key="id"
:paging="true"
:visible-columns="visibleColumns"
:rows-per-page-options="[10, 25, 50, 100]"
:rows-per-page-options="[1, 25, 50, 100]"
@update:pagination="updatePagination"
>
<template v-slot:header="props">