class RtFilterPanel
필터 목록을 표시하는 Filter 패널에 대한 설정 모델.
RtListOptions.filterPanel 속성으로 접근한다.
주로 리스트 헤더 아래 컨트롤 상단에 표시되지만, position 속성으로 표시 위지를 지정할 수 있고, display 속성으로 버튼들의 배치 방식들 다르게 할 수도 있다.
RtListOptions.filterPanel 속성으로 접근한다.
주로 리스트 헤더 아래 컨트롤 상단에 표시되지만, position 속성으로 표시 위지를 지정할 수 있고, display 속성으로 버튼들의 배치 방식들 다르게 할 수도 있다.
list.setConfig({
options: {
filterPanel: {
cancelLabel: '취소',
okLabel: '적용'
}
}
});
See Also
Template Params
Events
Properties
- autoApply:
boolean
Defaultfalse
true
로 설정하면 '실행', '취소' 버튼이 표시되지 않고, 필터 항목이 변경될 때 자동으로 필터 설정을 반영한다. - autoClose:
boolean
Defaultfalse
autoApply일 때, true
로 지정하면 필터 설정이 변경되면 패널을 닫는다.
false
이면 'close' 버튼을 표시한다.
Methods
Inherited Properties
- RtDialogPanel.cancelLabel
- RtDialogPanel.closeLabel
- RtDialogPanel.okLabel
- RtDialogPanel.onClickButton
- RtListPanel.position
- RtListPanel.size
- RtListPanel.minSize
- RtListPanel.maxSize
- RtListPanel.style