fix: format function for table column (#67)
This commit is contained in:
parent
eb7f7fda47
commit
68ff753cfd
1 changed files with 1 additions and 3 deletions
|
|
@ -51,9 +51,7 @@ window.app = Vue.createApp({
|
||||||
align: 'right',
|
align: 'right',
|
||||||
label: 'Max (sat)',
|
label: 'Max (sat)',
|
||||||
field: 'max_withdrawable',
|
field: 'max_withdrawable',
|
||||||
format: v => {
|
format: LNbits.utils.formatSat
|
||||||
return new Intl.NumberFormat(LOCALE).format(v)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
pagination: {
|
pagination: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue