mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
🎨 Database gallery view https://github.com/siyuan-note/siyuan/issues/10414
This commit is contained in:
parent
b46100b29c
commit
f575036b6e
5 changed files with 5 additions and 3 deletions
|
|
@ -55,6 +55,7 @@ func RenderAttributeViewTable(attrView *av.AttributeView, view *av.View, query s
|
|||
Name: key.Name,
|
||||
Type: key.Type,
|
||||
Icon: key.Icon,
|
||||
Wrap: col.Wrap,
|
||||
Hidden: col.Hidden,
|
||||
Desc: key.Desc,
|
||||
Options: key.Options,
|
||||
|
|
@ -64,7 +65,6 @@ func RenderAttributeViewTable(attrView *av.AttributeView, view *av.View, query s
|
|||
Rollup: key.Rollup,
|
||||
Date: key.Date,
|
||||
},
|
||||
Wrap: col.Wrap,
|
||||
Width: col.Width,
|
||||
Pin: col.Pin,
|
||||
Calc: col.Calc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue