allows to call code only once
datatable.attachEvent("onItemClick", webix.once(function(id){ webix.message(id); //Will be shown only for the first click; }));