🎨 Add Rollup column to database table view https://github.com/siyuan-note/siyuan/issues/9958
This commit is contained in:
parent
9d1d761133
commit
454d3d0b93
1 changed files with 1 additions and 1 deletions
|
@ -928,7 +928,7 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a
|
|||
}
|
||||
}
|
||||
}
|
||||
cell.Value.Rollup.Contents = []string{strconv.FormatFloat(min, 'f', -1, 64) + "~" + strconv.FormatFloat(max, 'f', -1, 64)}
|
||||
cell.Value.Rollup.Contents = []string{strconv.FormatFloat(max-min, 'f', -1, 64)}
|
||||
}
|
||||
}
|
||||
case av.KeyTypeRelation: // 渲染关联列
|
||||
|
|
Loading…
Add table
Reference in a new issue