# @univerjs-pro/sheets-pivot-ui

- Human documentation: [https://docs.univer.ai/reference/packages/plugins/univerjs-pro/sheets-pivot-ui](https://docs.univer.ai/reference/packages/plugins/univerjs-pro/sheets-pivot-ui)

- Agent Markdown: [https://docs.univer.ai/reference/packages/plugins/univerjs-pro/sheets-pivot-ui.md](https://docs.univer.ai/reference/packages/plugins/univerjs-pro/sheets-pivot-ui.md)

- Requested language: `en-US`

- Content language: `en-US`

- Documentation version: `1.0.0-rc.0`

- Source: [packages/plugins/univerjs-pro/sheets-pivot-ui.mdx](https://github.com/dream-num/documentation/blob/dev/content/reference/packages/plugins/univerjs-pro/sheets-pivot-ui.mdx)

---

Pivot table UI integration for Univer Sheets.

```typescript
// [!code word:UniverSheetsPivotTableUIPlugin]
// [!code word:IUniverSheetsPivotUIConfig]
import { UniverSheetsPivotTableUIPlugin } from '@univerjs-pro/sheets-pivot-ui'

univer.registerPlugin(UniverSheetsPivotTableUIPlugin, IUniverSheetsPivotUIConfig)
```

## Entry Points

* Locale: `@univerjs-pro/sheets-pivot-ui/locale/*`

## IUniverSheetsPivotUIConfig

```ts
import type { MenuConfig } from '@univerjs/ui'

export interface IUniverSheetsPivotUIConfig {
  menu?: MenuConfig
}
```
