Skip to content

hover

defines a css class for a row-hover in the datagrid

let hover: string
<style type="text/css">
.myhover{
background: #F0DCB6;
}
</style>
webix.grid({
hover:"myhover"
});