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?
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?
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
Got it thanks,