How to fetch datatable table row data

Hello Webix team,

https://snippet.webix.com/mt7cy3av

In above snippet I want to fetch particular row data on click of link i.e. in mymethod. How can I do that?

Hi,

https://snippet.webix.com/nokl8ge1

link click occurs before row selecting
if you need to retrieve row id of link cell, try to define onClick handler
https://docs.webix.com/api__link__ui.datatable_onclick_config.html
https://snippet.webix.com/0zfdyv34

Hi Intregal,

https://snippet.webix.com/ht0wqr3c

But it provides me wrong result…

Got it thanks,

https://snippet.webix.com/zmm7z3ts