mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 07:48:49 +01:00
🎨 Attribute View columns filter https://github.com/siyuan-note/siyuan/issues/8664
This commit is contained in:
parent
b913173043
commit
1278c30e9d
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ func (av *AttributeView) FilterRows() {
|
|||
}
|
||||
}
|
||||
|
||||
var rows []*Row
|
||||
rows := []*Row{}
|
||||
for _, row := range av.Rows {
|
||||
pass := true
|
||||
for j, index := range colIndexes {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue