Select row in datatable

Hi,

I want to select a row in datatable without clicking, i tried this: https://snippet.webix.com/7k8td1fy

but in this snippet works fine:

https://snippet.webix.com/b6753238

Also dont know how to get row id from outside of table.

thanks in advance…

you can use find method to retrieve required item and then get its id
https://docs.webix.com/api__link__ui.datatable_find.html

@intregal Thank you so much my friend i wouldnt do it by myself.