♻️ Refactor av data structure

This commit is contained in:
Daniel 2023-07-12 19:23:34 +08:00
parent 19d3169637
commit 3a3cb12bbf
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -70,6 +70,8 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a
ret = &av.Table{
ID: view.Table.ID,
Name: view.Name,
Columns: []*av.TableColumn{},
Rows: []*av.TableRow{},
Filters: view.Table.Filters,
Sorts: view.Table.Sorts,
}