🎨 Add Rollup column to database table view https://github.com/siyuan-note/siyuan/issues/9958

This commit is contained in:
Daniel 2023-12-30 23:01:21 +08:00
parent 8bf3efb355
commit 6a8602c1cd
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 43 additions and 9 deletions

View file

@ -22,7 +22,7 @@ import (
)
type Filterable interface {
FilterRows()
FilterRows(attrView *AttributeView)
}
type ViewFilter struct {