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
cbcb047f0f
commit
66fb119e1a
4 changed files with 14 additions and 1 deletions
|
|
@ -58,6 +58,8 @@ type Table struct {
|
|||
Columns []*TableColumn `json:"columns"` // 表格列
|
||||
Rows []*TableRow `json:"rows"` // 表格行
|
||||
RowCount int `json:"rowCount"` // 表格总行数
|
||||
|
||||
Groups []*Table `json:"groups,omitempty"` // 分组实例列表
|
||||
}
|
||||
|
||||
// TableColumn 描述了表格实例列的结构。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue