ปรับ ==> rows-per-page-options="[10, 25, 50, 100]"
This commit is contained in:
parent
326f5f8e6a
commit
618f863519
4 changed files with 5 additions and 7 deletions
|
|
@ -381,7 +381,7 @@ onMounted(async () => {
|
|||
row-key="id"
|
||||
:paging="true"
|
||||
:visible-columns="visibleColumns"
|
||||
:rows-per-page-options="[1, 25, 50, 100]"
|
||||
:rows-per-page-options="[10, 25, 50, 100]"
|
||||
@update:pagination="updatePagination"
|
||||
>
|
||||
<template v-slot:header="props">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue