mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
JVxeTable组件全选翻页后会被取消选中 #8630
This commit is contained in:
@ -54,8 +54,16 @@ export function useData(props: JVxeTableProps): JVxeDataProps {
|
||||
// 暂时关闭左右虚拟滚动
|
||||
enabled: false,
|
||||
},
|
||||
radioConfig: { highlight: true },
|
||||
checkboxConfig: { highlight: true },
|
||||
radioConfig: {
|
||||
// 保留勾选状态
|
||||
reserve: true,
|
||||
highlight: true,
|
||||
},
|
||||
checkboxConfig: {
|
||||
// 保留勾选状态
|
||||
reserve: true,
|
||||
highlight: true,
|
||||
},
|
||||
mouseConfig: { selected: false },
|
||||
keyboardConfig: {
|
||||
// 删除键功能
|
||||
|
||||
Reference in New Issue
Block a user