parent
d129670882
commit
5af08c0904
|
@ -493,7 +493,7 @@ const InteralTable = defineComponent<
|
|||
() => {
|
||||
rowSelection.value = { ...props.rowSelection };
|
||||
},
|
||||
{ deep: true },
|
||||
{ deep: true, immediate: true },
|
||||
);
|
||||
// ========================== Selections ==========================
|
||||
const [transformSelectionColumns, selectedKeySet] = useSelection(rowSelection, {
|
||||
|
|
Loading…
Reference in New Issue