refactor: add page size
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
Thanaphon Frappet 2025-07-11 11:09:39 +07:00
parent 3ddea74b73
commit d4f021d0e6
4 changed files with 39 additions and 5 deletions

View file

@ -923,7 +923,10 @@ watch(
{{ $t('general.recordPerPage') }}
</div>
<div>
<PaginationPageSize v-model="pageSize" />
<PaginationPageSize
v-model="pageSize"
:fetch-data="() => fetchData()"
/>
</div>
</div>
</div>