fix bug pagination
This commit is contained in:
parent
9ba92f39b1
commit
13ba0cafe1
1 changed files with 1 additions and 0 deletions
|
|
@ -390,6 +390,7 @@ onMounted(async () => {
|
||||||
:visible-columns="dataStore.visibleColumns"
|
:visible-columns="dataStore.visibleColumns"
|
||||||
:rows-per-page-options="[10, 25, 50, 100]"
|
:rows-per-page-options="[10, 25, 50, 100]"
|
||||||
@update:pagination="updatePagination"
|
@update:pagination="updatePagination"
|
||||||
|
v-model:pagination="pagination"
|
||||||
>
|
>
|
||||||
<template v-slot:pagination="scope">
|
<template v-slot:pagination="scope">
|
||||||
ทั้งหมด {{ total }} รายการ
|
ทั้งหมด {{ total }} รายการ
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue