🎨 The database supports adding view/field/option description https://github.com/siyuan-note/siyuan/issues/11053

This commit is contained in:
Daniel
2024-11-18 12:15:29 +08:00
parent a574a67727
commit da2f674e85

View File

@@ -79,7 +79,7 @@ func RenderAttributeViewTable(attrView *av.AttributeView, view *av.View, query s
Wrap: col.Wrap,
Hidden: col.Hidden,
Width: col.Width,
Desc: col.Desc,
Desc: key.Desc,
Pin: col.Pin,
Calc: col.Calc,
})