interface IRtTableSectionCell
Table 헤더나 footer의 양끝 셀 설정 모델 base.
See Also
Events
Properties
- display: RtTableCellDisplay optionalDefault RtTableCellDisplay.TEXT
셀에 표시 방식. - imageUrl:
string
optional이미지 경로. - onClick: (args: {control: RtControl
|
RtWrapper, section:string
, cell:string
}) =>void
optionalProperties of argsproperty type i/o opt description control | RtWrapper in N 리스트 컨트롤. section string in N 셀이 포함된 table section.
'header'나 'footer'.cell string in N 셀 표시 위치.
'head'나 'foot'.클릭 콜백. - shapeName:
string
optionalShape 이름. - style: CSSStyles optional
스타일셋. - text:
string
optional텍스트.