This commit is contained in:
Daniel 2023-07-07 19:55:46 +08:00
parent ebe130a029
commit 93e98e5b13
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
7 changed files with 273 additions and 116 deletions

View file

@ -43,6 +43,7 @@ func RenderAttributeView(avID string) (ret *av.AttributeView, err error) {
ret.FilterRows()
ret.SortRows()
ret.CalcCols()
return
}