mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-29 11:46:09 +01:00
✨ Database grouping by field https://github.com/siyuan-note/siyuan/issues/10964
This commit is contained in:
parent
0ca321f8d4
commit
e98dcf65b6
6 changed files with 30 additions and 20 deletions
|
|
@ -190,7 +190,3 @@ func (gallery *Gallery) Sort(attrView *AttributeView) {
|
|||
func (gallery *Gallery) Filter(attrView *AttributeView) {
|
||||
filter0(gallery, attrView)
|
||||
}
|
||||
|
||||
func (gallery *Gallery) Group(attrView *AttributeView) {
|
||||
group0(gallery, attrView)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue