Select in list and datatable

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

http://webix.com/snippet/60c13815

oh i had to change it to tableid.row
it was sending the object instead of the number