select with id that does not exist : i is undefined

Hello,

If I wan’t to select a row in datatable that does not exists $$(“myDatatable”).select(id) with id that does not exists , I have this error : Error: TypeError: i is undefined
url: http://10.0.0.73/webix/codebase/webix.min.js
line: 124
column: 1418
error: TypeError: i is undefined

How it possible to test if id exists for not seeing this error ?

https://docs.webix.com/api__link__ui.datatable_exists.html

Thanks

I have the same problem when an id exists but is hidden (filtered in datatable) , it is impossible to select an id that is hidden ?