guide 리스트 헤더

리스트 컨트롤 상단에 타이틀 텍스트 및 양 끝에 버튼들을 표시한다.

image-01

기본 템플릿은 '@it_list_header'이다.
모델 클래스는 RtListHeader이고. 리스트 RtListOptionsheader 속성으로 지정한다.

list.setConfig({
    options: {
        header: {
        }
    }
});

See Also

RtListHeader
List Footer