IGroupingResult
@spartanfx/react / IGroupingResult
Interface: IGroupingResult<T>
Result of the buildGroups utility
Type Parameters
T
T
Properties
| Property | Type | Description |
|---|---|---|
groups | IGroup[] | Fluent UI IGroup[] hierarchy for DetailsList |
sortedItems | T[] | Items sorted to match group index order |