@univerjs-pro/sheets-pivot-ui
v0.25.2
Published
Pivot table UI integration for Univer Sheets.
Readme
@univerjs-pro/sheets-pivot-ui
@univerjs-pro/sheets-pivot-ui provides pivot table UI integration for Univer Sheets.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
| --- | --- | :---: | :---: | :---: |
| @univerjs-pro/sheets-pivot-ui | UniverProSheetsPivotUi | Yes | Yes | No |
Installation
pnpm add @univerjs-pro/sheets-pivot-ui
# or
npm install @univerjs-pro/sheets-pivot-uiKeep all @univerjs/* and @univerjs-pro/* packages on the same version.
Usage
import '@univerjs-pro/sheets-pivot-ui/lib/index.css';
import EnUS from '@univerjs-pro/sheets-pivot-ui/locale/en-US';
import { UniverSheetsPivotTableUIPlugin } from '@univerjs-pro/sheets-pivot-ui';
univer.registerPlugin(UniverSheetsPivotTableUIPlugin);
// Merge EnUS into your Univer locale map when this package contributes UI text.Integration Notes
Use this package with @univerjs-pro/sheets-pivot when users need pivot table UI.
