🎨 Attribute View number column format https://github.com/siyuan-note/siyuan/issues/8764
This commit is contained in:
parent
3561b34c8f
commit
2baa74fb39
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a
|
|||
}
|
||||
tableRow.ID = rowID
|
||||
|
||||
// 格式化数字
|
||||
if av.KeyTypeNumber == tableCell.ValueType && nil != tableCell.Value && nil != tableCell.Value.Number {
|
||||
tableCell.Value.Number.FormatNumber()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue