when i try to select in a datatable or a list using the select method
Ex:$$(“List1”).select(tableId, false);
nothing happens
the same code was working before webix version 2.2
It still works for me
oh i had to change it to tableid.row
it was sending the object instead of the number