Skip to content

Commit f8b9823

Browse files
committed
chore(*): updating grid readme with the new props
1 parent d308282 commit f8b9823

File tree

1 file changed

+1
-0
lines changed
  • projects/igniteui-angular/src/lib/grids

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/grids/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ Below is the list of all inputs that the developers may set to configure the gri
185185
|`evenRowCSS`|string|Additional styling classes applied to all even rows in the grid.|
186186
|`oddRowCSS`|string|Additional styling classes applied to all odd rows in the grid.|
187187
|`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 |
188189
|`groupingExpressions`| Array | The group by state of the grid.
189190
|`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.
190191
|`groupsExpanded`| boolean | Determines whether created groups are rendered expanded or collapsed. |

0 commit comments

Comments
 (0)