get the value of the row when clicked on checkbox in a datable

Hi,

I have a code like below.

https://snippet.webix.com/s8g48aqy

if the user clicks on the checkbox i need to display the values in a alert for that particular row

if the user clicks on the multiple checkboxes then whatever he clicked those values should be displayed in the alert

how can i do that?

you can use the onCheck event
https://snippet.webix.com/76y0tyo5

if the user clicks on the multiple checkboxes then whatever he clicked those values should be displayed

Hello @prasadraju,
Using onCheck event you can create an array to save IDs of rows that were checked.
Please check the snippet:
https://snippet.webix.com/6f3rtzrl