🎨 Database template column support using values from other columns https://github.com/siyuan-note/siyuan/issues/9327
This commit is contained in:
parent
642d041513
commit
1451795472
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a
|
|||
tableCell = &av.TableCell{
|
||||
ID: keyValues.Values[0].ID,
|
||||
Value: keyValues.Values[0],
|
||||
ValueType: keyValues.Values[0].Type,
|
||||
ValueType: col.Type,
|
||||
}
|
||||
break
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue