This commit is contained in:
Daniel 2025-06-11 15:32:12 +08:00
parent b46100b29c
commit f575036b6e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 5 additions and 3 deletions

View file

@ -55,6 +55,7 @@ func RenderAttributeViewTable(attrView *av.AttributeView, view *av.View, query s
Name: key.Name,
Type: key.Type,
Icon: key.Icon,
Wrap: col.Wrap,
Hidden: col.Hidden,
Desc: key.Desc,
Options: key.Options,
@ -64,7 +65,6 @@ func RenderAttributeViewTable(attrView *av.AttributeView, view *av.View, query s
Rollup: key.Rollup,
Date: key.Date,
},
Wrap: col.Wrap,
Width: col.Width,
Pin: col.Pin,
Calc: col.Calc,