mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-02 21:51:49 +01:00
🎨 属性视图增减行列 https://github.com/siyuan-note/siyuan/issues/7521 https://github.com/siyuan-note/siyuan/issues/7522
This commit is contained in:
parent
ba7927344c
commit
96cd0fd3d1
3 changed files with 12 additions and 6 deletions
|
|
@ -54,7 +54,7 @@ func NewAttributeView(id string) *AttributeView {
|
|||
return &AttributeView{
|
||||
Spec: 0,
|
||||
ID: id,
|
||||
Columns: []*Column{&Column{ID: ast.NewNodeID(), Name: "Block", Type: ColumnTypeBlock}},
|
||||
Columns: []*Column{{ID: ast.NewNodeID(), Name: "Block", Type: ColumnTypeBlock}},
|
||||
Rows: []*Row{},
|
||||
Type: AttributeViewTypeTable,
|
||||
Projections: []string{},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue