You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(igxGrid): Re-calculate column auto-sizes on data change. (#12324)
* fix(igxGrid): Re-calculate column auto-sizes on data change.
* chore(*): Remove wrong import.
* chore(*): Add test.
* chore(*): Due to performance concerns limit autosizing only on the initial data load. Expose public api in case auto-sizes need to be recalculated.
* chore(*): Wait for zone stable before mesuring the columns.
* chore(*): Add note in changelog.
* chore(*): Move changelog note under 15.0.1
Co-authored-by: MKirova <MKirova@DEV-MKIROVA>
Co-authored-by: Zdravko Kolev <[email protected]>
Co-authored-by: Martin Dragnev <[email protected]>
Co-authored-by: Deyan Kamburov <[email protected]>
Co-authored-by: Stamen Stoychev <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,10 @@
2
2
3
3
All notable changes for each version of this project will be documented in this file.
4
4
5
-
6
5
## 15.0.1
7
6
7
+
-`IgxGrid`
8
+
- Added new auto-sizing API `recalculateAutoSizes` that recalculates widths of columns that have size set to `auto`. Can be used in scenarios where you want to auto-size the columns again post initialization.
8
9
-`igxPivotGrid`
9
10
- Adding `aggregatorName` for pivot value configuration as an alternative to setting `aggregator` function. If both are set `aggregatorName` takes precedent. If none are set an error is thrown.
0 commit comments