mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
🎨 Attribute View columns calculate https://github.com/siyuan-note/siyuan/issues/8699
This commit is contained in:
parent
2a6254ecd2
commit
55a94a2ca8
1 changed files with 2 additions and 1 deletions
|
|
@ -89,10 +89,11 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a
|
||||||
Name: key.Name,
|
Name: key.Name,
|
||||||
Type: key.Type,
|
Type: key.Type,
|
||||||
Icon: key.Icon,
|
Icon: key.Icon,
|
||||||
|
Options: key.Options,
|
||||||
Wrap: col.Wrap,
|
Wrap: col.Wrap,
|
||||||
Hidden: col.Hidden,
|
Hidden: col.Hidden,
|
||||||
Width: col.Width,
|
Width: col.Width,
|
||||||
Options: key.Options,
|
Calc: col.Calc,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue