hover
defines a css class for a row-hover in the datagrid
let hover: string
Example
Section titled “Example”<style type="text/css"> .myhover{ background: #F0DCB6; }</style>
webix.grid({ hover:"myhover"});
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"});