no message

This commit is contained in:
setthawutttty 2024-10-30 17:51:59 +07:00
parent eae69e41bd
commit 9080d52504
2 changed files with 2 additions and 2 deletions

View file

@ -593,7 +593,7 @@ onMounted(async () => {
dense
class="custom-header-table"
:visible-columns="visibleColumns"
:rows-per-page-options="[1, 25, 50, 100]"
:rows-per-page-options="[10, 25, 50, 100]"
@update:pagination="updatePaginationMain"
>
<template v-slot:header="props">

View file

@ -403,7 +403,7 @@ onMounted(async () => {
flat
bordered
dense
:rows-per-page-options="[1, 25, 50, 100]"
:rows-per-page-options="[10, 25, 50, 100]"
:loading="isLoadTable"
v-model:pagination="pagination"
@update:pagination="updatePagination"