mirror of
https://github.com/dream-num/univer.git
synced 2026-09-01 15:29:43 +08:00
6ac9953bab
Co-authored-by: GitHub Actions <actions@github.com>
@univerjs/sheets-sort-ui
@univerjs/sheets-sort-ui adds sorting menus and panels for Univer Sheets.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
|---|---|---|---|---|
@univerjs/sheets-sort-ui |
UniverSheetsSortUi |
Yes | Yes | No |
Installation
pnpm add @univerjs/sheets-sort-ui
# or
npm install @univerjs/sheets-sort-ui
Keep all @univerjs/* packages on the same version.
Usage
import '@univerjs/sheets-sort-ui/lib/index.css';
import EnUS from '@univerjs/sheets-sort-ui/locale/en-US';
import { UniverSheetsSortUIPlugin } from '@univerjs/sheets-sort-ui';
univer.registerPlugin(UniverSheetsSortUIPlugin);
// Merge EnUS into your Univer locale map when this package contributes UI text.