From 40e2b34617ab532c182eb71c8f28782907205450 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Wed, 10 Sep 2025 11:19:39 +0700 Subject: [PATCH] fix: rowperpage --- src/modules/03_recruiting/components/Table.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/03_recruiting/components/Table.vue b/src/modules/03_recruiting/components/Table.vue index 341ebe6ba..cfa11a0b7 100644 --- a/src/modules/03_recruiting/components/Table.vue +++ b/src/modules/03_recruiting/components/Table.vue @@ -223,7 +223,7 @@ watch( :virtual-scroll-sticky-size-start="48" dense :pagination-label="paginationLabel" - :rows-per-page-options="nornmalData ? [0] : [1, 25, 50, 100]" + :rows-per-page-options="nornmalData ? [0] : [10, 25, 50, 100]" @update:pagination="updatePagination" >