JVxeTable组件全选翻页后会被取消选中 #8630

pull/8723/merge
JEECG 2025-08-19 13:59:28 +08:00
parent 3db0995c3f
commit 89747403a2
1 changed files with 10 additions and 2 deletions

View File

@ -54,8 +54,16 @@ export function useData(props: JVxeTableProps): JVxeDataProps {
// //
enabled: false, enabled: false,
}, },
radioConfig: { highlight: true }, radioConfig: {
checkboxConfig: { highlight: true }, //
reserve: true,
highlight: true,
},
checkboxConfig: {
//
reserve: true,
highlight: true,
},
mouseConfig: { selected: false }, mouseConfig: { selected: false },
keyboardConfig: { keyboardConfig: {
// //