onBeforeDelete of ui.datatable, Events Webix Docs
fires before an item is removed
boolean onBeforeDelete(string|number id);
id
Returning false from the event handler will block further processing, and the item will not be deleted.
If you have not checked yet, be sure to visit site of our main product Webix html5 ui library and page of html5 datatable product.