Skip to content

Commit 7fcb7cd

Browse files
authored
fix: virtual list for tables (#526)
1 parent 32de76a commit 7fcb7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/dashboard/modules/table-manager.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ a-card.table-manager(:bordered="false")
4848
:data="tablesTreeData"
4949
:load-more="loadMore"
5050
:animation="false"
51-
:virtual-list-props="{threshold:10, height: `calc(100vh - ${collapseHeadersHeight}px - var(--tables-header-height) - var(--footer-height))` }"
51+
:virtual-list-props="{threshold:100, buffer:20, height: `calc(100vh - ${collapseHeadersHeight}px - var(--tables-header-height) - var(--footer-height))` }"
5252
)
5353
template(#icon="node")
5454
a-tooltip(v-if="node.node.iconType" :content="node.node.iconType")

0 commit comments

Comments
 (0)