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
+7
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,13 @@ All notable changes for each version of this project will be documented in this
17
17
-**Behavioral Change** - Pinning columns is no longer automatically prevented when the pinning area would exceed the size of the grid.
18
18
19
19
### New Features
20
+
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`:
21
+
-`sortStrategy` input is added, which can be used to set a global sorting strategy for the entire grid.
22
+
(**NOTE**: The grid's `sortStrategy` is of different type compared to the column's `sortStrategy`.)
23
+
-`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.)
24
+
-`NoopFilteringStrategy` is added, which can be used to disable the default filtering of the grid by assigning its instance to the grid's `filterStrategy` input. (Useful for remote filtering.)
25
+
-`sortingExpressionsChange` event emitter is added, which is fired whenever a change to the sorting expressions has occurred (prior to performing the actual sorting).
26
+
-`filteringExpressionsTreeChange` event emitter is added, which is fired whenever a change to the filtering expressions has occurred (prior to performing the actual filtering).
20
27
-`IgxOverlayService`:
21
28
-`setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
0 commit comments