mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-26 19:38:48 +01:00
🎨 Attribute View columns calculate https://github.com/siyuan-note/siyuan/issues/8699
This commit is contained in:
parent
ebe130a029
commit
93e98e5b13
7 changed files with 273 additions and 116 deletions
|
|
@ -43,6 +43,7 @@ func RenderAttributeView(avID string) (ret *av.AttributeView, err error) {
|
|||
|
||||
ret.FilterRows()
|
||||
ret.SortRows()
|
||||
ret.CalcCols()
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue