🎨 Database table view supports paged loading https://github.com/siyuan-note/siyuan/issues/9424

This commit is contained in:
Daniel 2023-12-06 17:00:37 +08:00
parent 533f4eb9dc
commit 3aa32f7f8d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 34 additions and 13 deletions

View file

@ -1916,7 +1916,7 @@ func exportTree(tree *parse.Tree, wysiwyg, expandKaTexMacros, keepFold bool,
return ast.WalkContinue
}
table, err := renderAttributeViewTable(attrView, view)
table, err := renderAttributeViewTable(attrView, view, 1, -1)
if nil != err {
logging.LogErrorf("render attribute view [%s] table failed: %s", avID, err)
return ast.WalkContinue