ปรับ rowsPerPage
This commit is contained in:
parent
4553d24591
commit
ef0ed08870
1 changed files with 2 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ const isRetire = ref<boolean>(false);
|
||||||
|
|
||||||
const pagination = ref<any>({
|
const pagination = ref<any>({
|
||||||
page: 1,
|
page: 1,
|
||||||
rowsPerPage: 10,
|
rowsPerPage: 19,
|
||||||
});
|
});
|
||||||
const sortBy = ref<string>("ASC");
|
const sortBy = ref<string>("ASC");
|
||||||
const retireType = ref<string>("");
|
const retireType = ref<string>("");
|
||||||
|
|
@ -1259,7 +1259,7 @@ onMounted(async () => {
|
||||||
row-key="id"
|
row-key="id"
|
||||||
:visible-columns="visibleColumns"
|
:visible-columns="visibleColumns"
|
||||||
v-model:pagination="pagination"
|
v-model:pagination="pagination"
|
||||||
:rows-per-page-options="[10, 25, 50, 100]"
|
:rows-per-page-options="[25, 50, 100]"
|
||||||
>
|
>
|
||||||
<template v-slot:header="props">
|
<template v-slot:header="props">
|
||||||
<q-tr :props="props">
|
<q-tr :props="props">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue