# PivotSortConfig

> _Since v1.31.0_

Configuration for sorting pivot row groups. *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `by?` | <code>label &#124; value</code> | Sort by `'label'` (group name) or `'value'` (aggregate value). Default: `'label'` |
| `direction?` | <code><a href="/grid/plugins/pivot/types/pivotsortdir/">PivotSortDir</a></code> | Sort direction. Default: `'asc'` |
| `valueField?` | <code>string</code> | When `by: 'value'`, which value field to sort by (defaults to first value field). |
