Skip to content

Commit f6804ad

Browse files
author
mmart1n
committed
feat(grid): update changelog file
1 parent 046cabe commit f6804ad

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes for each version of this project will be documented in this file.
44

5+
## 13.0.1
6+
7+
### New Features
8+
- Add `igxSummary` directive in order to re-template the default summary cell layout.
9+
- Expose `summaryTemplate` input in order to bind the column summary template through API.
10+
- Expose `summaryRowHeight` property which overrides the default hight of the summary row.
11+
- Code example below:
12+
13+
```html
14+
<igx-column ... [hasSummary]="true">
15+
<ng-template igxSummary let-summaryResult>
16+
<span> My custom summary template</span>
17+
<span>{{ summaryResult[0].label }} - {{ summaryResult[0].summaryResult }}</span>
18+
</ng-template>
19+
</igx-column>
20+
```
21+
- Please, refer to the [Summaries](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/summaries#summary-template) topic for more information.
22+
523
## 13.0.0
624

725
### New Features

0 commit comments

Comments
 (0)