Add currentDataSelected variable for data selection
This commit is contained in:
parent
2069544cbb
commit
d5d2039a1a
@ -429,6 +429,7 @@ const onExporting = (e: any) => {
|
||||
}
|
||||
}
|
||||
|
||||
const currentDataSelected = ref<any>(null)
|
||||
const onDataSelectionChanged = ({ selectedRowsData }: any) => {
|
||||
dataSelected.value = selectedRowsData[0]
|
||||
currentDataSelected.value = selectedRowsData[0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user