fix Table total toLocaleString
This commit is contained in:
parent
aa1270cb64
commit
8a7089ae36
29 changed files with 34 additions and 31 deletions
|
|
@ -13,7 +13,7 @@
|
|||
:rows-per-page-options="[10, 25, 50, 100]"
|
||||
>
|
||||
<template v-slot:pagination="scope">
|
||||
ทั้งหมด {{ attrs.rows.length }} รายการ
|
||||
ทั้งหมด {{ attrs.rows.length.toLocaleString() }} รายการ
|
||||
<q-pagination
|
||||
v-model="pagination.page"
|
||||
active-color="primary"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue