mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 10:00:13 +01:00
🎨 Database grouping by field https://github.com/siyuan-note/siyuan/issues/10964
This commit is contained in:
parent
41087fd483
commit
d5731c9a3e
2 changed files with 5 additions and 5 deletions
|
|
@ -32,7 +32,7 @@ import (
|
|||
"github.com/siyuan-note/siyuan/kernel/util"
|
||||
)
|
||||
|
||||
func RenderView(view *av.View, attrView *av.AttributeView, query string) (ret av.Viewable) {
|
||||
func RenderView(attrView *av.AttributeView, view *av.View, query string) (ret av.Viewable) {
|
||||
switch view.LayoutType {
|
||||
case av.LayoutTypeTable:
|
||||
ret = RenderAttributeViewTable(attrView, view, query)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue