SMART datagrid v1.4 > Classes

Back  Forward

DataLudi.DefaultFilterHandleRenderer  class

컬럼 필터 핸들을 그리는 기본 렌더러. 

OperateOptions.filterHandleRenderer를 특별히 지정하지 않으면 이 렌더러가 사용된다. 

Base Classes
DLBase
Properties
backgroundColor
borderColor
emptyBackgroundColor
emptyBorderColor
hoverBackgroundColor
hoverBorderColor
hoverEmptyBackgroundColor
hoverEmptyBorderColor
Inherited Methods
DLBase.assign
DLBase.getProperties
DLBase.getProperty
DLBase.setProperties
DLBase.setProperty
DLBase.toggle

 

Code -1
    grid.setOperateOptions({
        filterHandleRenderer: {
            type: "" // 지정하지 않으면 이 렌더러.
            backgroundColor: "#ff0000",
            borderColor: "#880000"
        }
    };
See Also
OperateOptions.filterHandleRenderer
DefaultSortHandleRenderer
Examples
Column Filtering