RowGroupFooterCollection
Collection model for grid group footer area
Signature:
export interface RowGroupFooterCollectionRemarks
Create and manage the group footer of the grid.
Example
gridView.rowGroup.setFooters([
{
styleName: 'group-footer-1'
}, {
styleName: 'group-footer-2'
}
])Properties
| Property | Type | Description |
|---|---|---|
| count | number | Number of footers displayed |
| items | RowGroupFooter[] | Items in the group footer |
Methods
| Method | Type | Description |
|---|---|---|
| get(index) | get?(index: number): RowGroupFooter; | Retrieves the group footer of the specified index. |
Properties Desc
count
Number of footers displayed
Type - number
items
Items in the group footer
Type - RowGroupFooter[]
Method Desc
get
Retrieves the group footer of the specified index.
[Parameter List]
index - number
Footer index
[Return Value] - RowGroupFooter