เพิ่ม option row per page
This commit is contained in:
parent
a211c3dabb
commit
feaa379418
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ watch([() => currentPage.value, () => pagination.value.rowsPerPage], () => {
|
|||
dense
|
||||
class="custom-header-table"
|
||||
:visible-columns="workStore.visibleColumns"
|
||||
:rows-per-page-options="[10, 25, 50, 100]"
|
||||
v-model:pagination="pagination"
|
||||
>
|
||||
<template v-slot:header="props">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue