Use locale formatting for some numbers in the Buefy grid
This commit is contained in:
parent
48e28a1ba4
commit
3ddde1a1ca
2 changed files with 2 additions and 2 deletions
|
@ -178,7 +178,7 @@
|
|||
<template slot="footer">
|
||||
<b-field grouped position="is-right">
|
||||
<span class="control">
|
||||
showing {{ firstItem }} - {{ lastItem }} of {{ total }} results;
|
||||
showing {{ firstItem.toLocaleString('en') }} - {{ lastItem.toLocaleString('en') }} of {{ total.toLocaleString('en') }} results;
|
||||
</span>
|
||||
<b-select v-model="perPage"
|
||||
size="is-small"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue