mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Database grouping by field https://github.com/siyuan-note/siyuan/issues/10964
This commit is contained in:
parent
2e444d899b
commit
05f4d2995c
5 changed files with 89 additions and 124 deletions
|
|
@ -198,7 +198,7 @@ type Collection interface {
|
|||
GetFields() []Field
|
||||
|
||||
// GetField 返回指定 ID 的字段。
|
||||
GetField(id string) (ret Field)
|
||||
GetField(id string) (ret Field, fieldIndex int)
|
||||
|
||||
// GetSorts 返回集合的排序规则。
|
||||
GetSorts() []*ViewSort
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue