RowGroupFooterCollection
그리드 그룹 푸터 영역에 관한 콜렉션 모델
Signature:
export interface RowGroupFooterCollection Remarks
그리드의 그룹 푸터를 생성하고 관리한다.
Example
gridView.rowGroup.setFooters([
{
styleName: 'group-footer-1'
}, {
styleName: 'group-footer-2'
}
])Properties
| Property | Type | Description |
|---|---|---|
| count | number | 표시되는 푸터의 갯수 |
| items | RowGroupFooter[] | 그룹 푸터의 아이템들 |
Methods
| Method | Type | Description |
|---|---|---|
| get(index) | get?(index: number): RowGroupFooter; | 지정된 index의 그룹 푸터를 가져온다. |
Properties Desc
count
표시되는 푸터의 갯수
Type - number
items
그룹 푸터의 아이템들
Type - RowGroupFooter[]
Methods Desc
get
지정된 index의 그룹 푸터를 가져온다.
[매개변수 목록]
index - number
푸터의 index
[반환값] - RowGroupFooter