We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32de76a commit 7fcb7cdCopy full SHA for 7fcb7cd
src/views/dashboard/modules/table-manager.vue
@@ -48,7 +48,7 @@ a-card.table-manager(:bordered="false")
48
:data="tablesTreeData"
49
:load-more="loadMore"
50
:animation="false"
51
- :virtual-list-props="{threshold:10, height: `calc(100vh - ${collapseHeadersHeight}px - var(--tables-header-height) - var(--footer-height))` }"
+ :virtual-list-props="{threshold:100, buffer:20, height: `calc(100vh - ${collapseHeadersHeight}px - var(--tables-header-height) - var(--footer-height))` }"
52
)
53
template(#icon="node")
54
a-tooltip(v-if="node.node.iconType" :content="node.node.iconType")
0 commit comments