FilterDefaultsIconLeft (cfg)

필터 행에서 Defaults 를 사용할 때 필터링 시 생성되는 필터 메뉴의 체크 박스 아이콘을 왼쪽에 위치시킬지 여부를 설정합니다

Type

boolean

Options

Value Description
0(false) 필터 체크 박스를 오른쪽에 위치(default)
1(true) 필터 체크 박스를 왼쪽에 위치

Example

options.Cfg = {
    FilterDefaultsIconLeft: true
};

Read More

Since

product version desc
core 8.0.0.7 기능 추가