We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7238f2b commit eaad17dCopy full SHA for eaad17d
CHANGELOG.md
@@ -5,6 +5,16 @@ All notable changes for each version of this project will be documented in this
5
## 12.1.0
6
7
### New Features
8
+- `igxGrid`
9
+ - New `additionalTemplateContext` column input:
10
+
11
+ ```html
12
+ <igx-column [additionalTemplateContext]="contextObject">
13
+ <ng-template igxCell let-cell="cell" let-props="additionalTemplateContext">
14
+ {{ props }}
15
+ </ng-template>
16
+ </igx-column>
17
+ ```
18
- `Toolbar Actions`
19
- Exposed a new input property `overlaySettings` for all column actions (`hiding` | `pinning` | `advanced filtering` | `exporter`). Example below:
20
0 commit comments