🎨 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
Reference in a new issue