OnGroupArgs
Event arguments for group operations (add, remove, reorder, expand, collapse).
Props
The following table outlines the props for the OnGroupArgs:
| Name | Type | Default | Description |
|---|---|---|---|
| columns | string[] | - | Current array of grouped field names after operation. |
| rowData | T | GroupedData<T> | - | Expand/collapse row data for expand/collapse operations, containing group key and items. |