mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 11:14:21 +01:00
✨ Database grouping by field https://github.com/siyuan-note/siyuan/issues/10964
This commit is contained in:
parent
1a02d153e6
commit
253ad72913
4 changed files with 13 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ func NewGalleryView() (ret *View) {
|
|||
type Viewable interface {
|
||||
Filterable
|
||||
Sortable
|
||||
Groupable
|
||||
Calculable
|
||||
|
||||
GetType() LayoutType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue