defines a css class for a row-hover in the datatable
<style type="text/css"> .myhover{ background: #F0DCB6; } </style> webix.ui({ view:"datatable", hover:"myhover" });