hotfix ctrlClick_vntable2 #1542

Merged
jsegarra merged 2 commits from hotfix_ctrlClick_vntable2 into master 2025-03-04 10:20:39 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 3d0e25f8de - Show all commits

View File

@ -59,6 +59,10 @@ const $props = defineProps({
type: [Function, Boolean],
default: null,
},
rowCtrlClick: {
type: [Function, Boolean],
default: null,
},
redirect: {
type: String,
default: null,