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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ All notable changes for each version of this project will be documented in this
22
22
23
23
### New Features
24
24
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`:
25
+
- Master-Detail visualization added for `igxGrid`. Users may now define templates that show additional context for rows when expanded. For more information, please take a look at the [official documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/master_detail.html).
25
26
-`sortStrategy` input is added, which can be used to set a global sorting strategy for the entire grid.
26
27
(**NOTE**: The grid's `sortStrategy` is of different type compared to the column's `sortStrategy`.)
27
28
-`NoopSortingStrategy` is added, which can be used to disable the default sorting of the grid by assigning its instance to the grid's `sortStrategy` input. (Useful for remote sorting.)
0 commit comments