SMART datagrid v.1 > Classes > DefaultSortHandleRenderer

Back  Forward

DataLudi.DefaultSortHandleRenderer.hoverEmptyBackgroundColor  property

The background color of column filter handle when the mouse is over the handle under unsorted state. 

Please refer to Colors Overview topic about the way of specifying color. 

Defaults to null.

Getter
function hoverEmptyBackgroundColor(): String|Integer
Setter
function setHoverEmptyBackgroundColor(value: String|Integer)
Code -1
    grid.setOperateOptions({
        sortHandleRenderer: {
            hoverBackgroundColor: "#ff0000",
            hoverBorderColor: "#880000"
            hoverEmptyBackgroundColor: null,
            hoverEmptyBorderColor: "#880000"
        }
    };
See Also
hoverBorderColor
hoverBackgroundColor
hoverEmptyBorderColor
OperateOptions.sortHandleRenderer
Color Overview
Examples
Column Sorting