@univerjs-pro/sheets-pivot-ui

GitHubEdit on GitHub

Pivot table UI integration for Univer Sheets.

import { UniverSheetsPivotTableUIPlugin } from '@univerjs-pro/sheets-pivot-ui'

univer.registerPlugin(UniverSheetsPivotTableUIPlugin, IUniverSheetsPivotUIConfig)

IUniverSheetsPivotUIConfig

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

export interface IUniverSheetsPivotUIConfig {
  menu?: MenuConfig
}