This commit is contained in:
仲么了
2024-01-03 14:23:49 +08:00
parent fb0ce06146
commit 2bb7a82778
2 changed files with 6 additions and 1 deletions

View File

@@ -9,5 +9,6 @@ export const defaultAttribute:VxeTableProps = {
columnConfig: { resizable: true },
rowConfig: { isCurrent: true, isHover: true },
scrollX: { scrollToLeftOnChange: true },
scrollY: { scrollToTopOnChange: true,enabled:true },
treeConfig: {}
}