ปรับ rowsPerPage

This commit is contained in:
Tanyalak 2025-02-21 14:37:47 +07:00
parent 4553d24591
commit ef0ed08870

View file

@ -93,7 +93,7 @@ const isRetire = ref<boolean>(false);
const pagination = ref<any>({
page: 1,
rowsPerPage: 10,
rowsPerPage: 19,
});
const sortBy = ref<string>("ASC");
const retireType = ref<string>("");
@ -1259,7 +1259,7 @@ onMounted(async () => {
row-key="id"
:visible-columns="visibleColumns"
v-model:pagination="pagination"
:rows-per-page-options="[10, 25, 50, 100]"
:rows-per-page-options="[25, 50, 100]"
>
<template v-slot:header="props">
<q-tr :props="props">