pagination รายการทั้งหมด
This commit is contained in:
parent
3ea94b18c2
commit
c9727c438b
3 changed files with 6 additions and 4 deletions
|
|
@ -12,6 +12,7 @@
|
|||
v-model:pagination="pagination"
|
||||
>
|
||||
<template v-slot:pagination="scope">
|
||||
ทั้งหมด {{ attrs.rows.length }} รายการ
|
||||
<q-pagination
|
||||
v-model="pagination.page"
|
||||
active-color="primary"
|
||||
|
|
@ -41,6 +42,7 @@ const props = defineProps({
|
|||
},
|
||||
});
|
||||
|
||||
|
||||
const pagination = ref({
|
||||
sortBy: "desc",
|
||||
descending: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue