mirror of https://github.com/jeecgboot/jeecg-boot
JVxeTable组件全选翻页后会被取消选中 #8630
parent
3db0995c3f
commit
89747403a2
|
@ -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: {
|
||||||
// 删除键功能
|
// 删除键功能
|
||||||
|
|
Loading…
Reference in New Issue