mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
🎨 Database table view in-table search https://github.com/siyuan-note/siyuan/issues/10419
This commit is contained in:
parent
f163fbb669
commit
77ce08d044
1 changed files with 3 additions and 0 deletions
|
|
@ -653,6 +653,9 @@ func RenderAttributeView(avID, viewID, query string, page, pageSize int) (viewab
|
|||
}
|
||||
}
|
||||
table.Rows = rows
|
||||
if 1 > len(table.Rows) {
|
||||
table.Rows = []*av.TableRow{}
|
||||
}
|
||||
}
|
||||
}
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue