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