mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 08:00:13 +01:00
♻️ Refactor av data structure
This commit is contained in:
parent
19d3169637
commit
3a3cb12bbf
1 changed files with 2 additions and 0 deletions
|
|
@ -70,6 +70,8 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a
|
||||||
ret = &av.Table{
|
ret = &av.Table{
|
||||||
ID: view.Table.ID,
|
ID: view.Table.ID,
|
||||||
Name: view.Name,
|
Name: view.Name,
|
||||||
|
Columns: []*av.TableColumn{},
|
||||||
|
Rows: []*av.TableRow{},
|
||||||
Filters: view.Table.Filters,
|
Filters: view.Table.Filters,
|
||||||
Sorts: view.Table.Sorts,
|
Sorts: view.Table.Sorts,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue