ปรับ sort
This commit is contained in:
parent
5cb2e9e111
commit
f41cb5a7f8
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ watch([() => currentPage.value, () => pagination.value.rowsPerPage], () => {
|
|||
:virtual-scroll-sticky-size-start="48"
|
||||
dense
|
||||
:rows-per-page-options="[10, 25, 50, 100]"
|
||||
:pagination="pagination"
|
||||
v-model:pagination="pagination"
|
||||
@update:pagination="updatePageSize"
|
||||
:grid="$q.screen.gt.xs ? false : true"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue