How to get row data on click of toggle button?

https://snippet.webix.com/30ceap26

Please refer snippet in which select property is not set to true for datatable. After click on toggle button in particular row how to get row data without selecting row?

Or select datatable row in which toggle button is clicked.

Hello @pratikshadatir1 ,
Please note that, the ActiveContent is deprecated module. We still strongly recommend that you use HTML templates for things like icons, buttons, etc. instead of a deprecated module.

After click on toggle button in particular row how to get row data without selecting row?
Please take a look at the snippet:
Code Snippet

thank you