We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d129670 commit 5af08c0Copy full SHA for 5af08c0
components/table/Table.tsx
@@ -493,7 +493,7 @@ const InteralTable = defineComponent<
493
() => {
494
rowSelection.value = { ...props.rowSelection };
495
},
496
- { deep: true },
+ { deep: true, immediate: true },
497
);
498
// ========================== Selections ==========================
499
const [transformSelectionColumns, selectedKeySet] = useSelection(rowSelection, {
0 commit comments