🎨 Add Relation column to database table view https://github.com/siyuan-note/siyuan/issues/9888

This commit is contained in:
Daniel 2023-12-23 20:51:10 +08:00
parent dffcc2865b
commit fb72af192e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 22 additions and 5 deletions

View file

@ -708,7 +708,7 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a
ret.Rows = append(ret.Rows, &tableRow)
}
// 渲染自动生成的列值,比如模板列、创建时间列和更新时间列
// 渲染自动生成的列值,比如模板列、关联列、汇总列、创建时间列和更新时间列
for _, row := range ret.Rows {
for _, cell := range row.Cells {
switch cell.ValueType {