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
Use `IgxGridToolbarComponent`, `IgxGridToolbarHidingComponent`, `IgxGridToolbarPinningComponent` instead.
50
+
- `igxGrid`
51
+
- Exposed a `groupStrategy` input that functions similarly to `sortStrategy`, allowing customization of the grouping behavior of the grid. Please, refer to the [Group By ](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/groupby) topic for more information.
50
52
- `IgxColumnActionsComponent`
51
53
- **Breaking Change** - The following input has been removed
52
-
- Input `columns`. Use `igxGrid` `columns` input instead.
54
+
- Input `columns`. Use `igxGrid` `columns` input instead.
53
55
- `IgxCarousel`
54
56
- **Breaking Changes** -The carousel animation type `CarouselAnimationType` is renamed to `HorizontalAnimationType`.
Copy file name to clipboardExpand all lines: projects/igniteui-angular/src/lib/grids/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,7 @@ Below is the list of all inputs that the developers may set to configure the gri
185
185
|`evenRowCSS`|string|Additional styling classes applied to all even rows in the grid.|
186
186
|`oddRowCSS`|string|Additional styling classes applied to all odd rows in the grid.|
187
187
|`paginationTemplate`|TemplateRef|You can provide a custom `ng-template` for the pagination part of the grid.|
188
+
|`groupStrategy`| IGridGroupingStrategy | Provides custom group strategy to be used when grouping |
188
189
|`groupingExpressions`| Array | The group by state of the grid.
189
190
|`groupingExpansionState`| Array | The list of expansion states of the group rows. Contains the expansion state(expanded: boolean) and an unique identifier for the group row (Array<IGroupByExpandState>) that contains a list of the group row's parents described via their fieldName and value.
190
191
|`groupsExpanded`| boolean | Determines whether created groups are rendered expanded or collapsed. |
0 commit comments