mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 13:28:48 +01:00
🎨 Add Rollup column to database table view https://github.com/siyuan-note/siyuan/issues/9958
This commit is contained in:
parent
8bf3efb355
commit
6a8602c1cd
3 changed files with 43 additions and 9 deletions
|
|
@ -22,7 +22,7 @@ import (
|
|||
)
|
||||
|
||||
type Filterable interface {
|
||||
FilterRows()
|
||||
FilterRows(attrView *AttributeView)
|
||||
}
|
||||
|
||||
type ViewFilter struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue