class RtFilterPanel

${interfaces}
필터 목록을 표시하는 Filter 패널에 대한 설정 모델.
RtListOptions.filterPanel 속성으로 접근한다.
주로 리스트 헤더 아래 컨트롤 상단에 표시되지만, position 속성으로 표시 위지를 지정할 수 있고, display 속성으로 버튼들의 배치 방식들 다르게 할 수도 있다.
list.setConfig({
    options: {
        filterPanel: {
            cancelLabel: '취소',
            okLabel: '적용'
        }
    }
});

See Also

Properties

Inherited Properties