mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 Database gallery view https://github.com/siyuan-note/siyuan/issues/10414
This commit is contained in:
parent
d05010a71f
commit
041c4102cd
3 changed files with 6 additions and 6 deletions
|
|
@ -1266,7 +1266,7 @@ func GetCurrentAttributeViewImages(avID, viewID, query string) (ret []string, er
|
|||
view = attrView.GetView(attrView.ViewID)
|
||||
}
|
||||
|
||||
table := sql.RenderAttributeViewTable(attrView, view, query)
|
||||
table := getAttrViewTable(attrView, view, query)
|
||||
table.Filter(attrView)
|
||||
table.Sort(attrView)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue