From f41cb5a7f88c70e7a3fcd11d1a7aadca0a0901c7 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Thu, 8 May 2025 09:38:28 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20sort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/05_leave/components/Table.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/05_leave/components/Table.vue b/src/modules/05_leave/components/Table.vue index 1ec87de..0892325 100644 --- a/src/modules/05_leave/components/Table.vue +++ b/src/modules/05_leave/components/Table.vue @@ -241,7 +241,7 @@ watch([() => currentPage.value, () => pagination.value.rowsPerPage], () => { :virtual-scroll-sticky-size-start="48" dense :rows-per-page-options="[10, 25, 50, 100]" - :pagination="pagination" + v-model:pagination="pagination" @update:pagination="updatePageSize" :grid="$q.screen.gt.xs ? false : true" >