mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-12 15:42:34 +01:00
✨ Database grouping by field https://github.com/siyuan-note/siyuan/issues/10964
This commit is contained in:
parent
b357047290
commit
17c59cb2ca
11 changed files with 64 additions and 69 deletions
|
|
@ -58,8 +58,6 @@ 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