copy row in datatable

Is it possible to copy a row in a datatable to a new row ?

var copy = webix.copy( table.getItem(id) );
delete copy.id;

table.add( copy )

thanks Maksim