Package Exports
- @univerjs/sheets-sort-ui
- @univerjs/sheets-sort-ui/index.js
- @univerjs/sheets-sort-ui/lib/cjs/index.js
- @univerjs/sheets-sort-ui/lib/cjs/locale/en-US.js
- @univerjs/sheets-sort-ui/lib/cjs/locale/fa-IR.js
- @univerjs/sheets-sort-ui/lib/cjs/locale/fr-FR.js
- @univerjs/sheets-sort-ui/lib/cjs/locale/ru-RU.js
- @univerjs/sheets-sort-ui/lib/cjs/locale/vi-VN.js
- @univerjs/sheets-sort-ui/lib/cjs/locale/zh-CN.js
- @univerjs/sheets-sort-ui/lib/cjs/locale/zh-TW.js
- @univerjs/sheets-sort-ui/lib/es/index.js
- @univerjs/sheets-sort-ui/lib/es/locale/en-US.js
- @univerjs/sheets-sort-ui/lib/es/locale/fa-IR.js
- @univerjs/sheets-sort-ui/lib/es/locale/fr-FR.js
- @univerjs/sheets-sort-ui/lib/es/locale/ru-RU.js
- @univerjs/sheets-sort-ui/lib/es/locale/vi-VN.js
- @univerjs/sheets-sort-ui/lib/es/locale/zh-CN.js
- @univerjs/sheets-sort-ui/lib/es/locale/zh-TW.js
- @univerjs/sheets-sort-ui/lib/index.css
- @univerjs/sheets-sort-ui/lib/types/commands/commands/sheets-sort.command.d.ts
- @univerjs/sheets-sort-ui/lib/types/controllers/config.schema.d.ts
- @univerjs/sheets-sort-ui/lib/types/controllers/menu.schema.d.ts
- @univerjs/sheets-sort-ui/lib/types/controllers/sheets-sort-ui.controller.d.ts
- @univerjs/sheets-sort-ui/lib/types/controllers/sheets-sort.menu.d.ts
- @univerjs/sheets-sort-ui/lib/types/controllers/sheets-sort.shortcut.d.ts
- @univerjs/sheets-sort-ui/lib/types/index.d.ts
- @univerjs/sheets-sort-ui/lib/types/locale/en-US.d.ts
- @univerjs/sheets-sort-ui/lib/types/locale/fa-IR.d.ts
- @univerjs/sheets-sort-ui/lib/types/locale/fr-FR.d.ts
- @univerjs/sheets-sort-ui/lib/types/locale/ru-RU.d.ts
- @univerjs/sheets-sort-ui/lib/types/locale/vi-VN.d.ts
- @univerjs/sheets-sort-ui/lib/types/locale/zh-CN.d.ts
- @univerjs/sheets-sort-ui/lib/types/locale/zh-TW.d.ts
- @univerjs/sheets-sort-ui/lib/types/plugin.d.ts
- @univerjs/sheets-sort-ui/lib/types/services/sheets-sort-ui.service.d.ts
- @univerjs/sheets-sort-ui/lib/types/views/CustomSortPanel.d.ts
- @univerjs/sheets-sort-ui/lib/types/views/EmbedSortBtn.d.ts
- @univerjs/sheets-sort-ui/lib/types/views/ExtendConfirm.d.ts
- @univerjs/sheets-sort-ui/lib/umd/index.js
- @univerjs/sheets-sort-ui/lib/umd/locale/en-US.js
- @univerjs/sheets-sort-ui/lib/umd/locale/fa-IR.js
- @univerjs/sheets-sort-ui/lib/umd/locale/fr-FR.js
- @univerjs/sheets-sort-ui/lib/umd/locale/ru-RU.js
- @univerjs/sheets-sort-ui/lib/umd/locale/vi-VN.js
- @univerjs/sheets-sort-ui/lib/umd/locale/zh-CN.js
- @univerjs/sheets-sort-ui/lib/umd/locale/zh-TW.js
- @univerjs/sheets-sort-ui/locale/en-US
- @univerjs/sheets-sort-ui/locale/fa-IR
- @univerjs/sheets-sort-ui/locale/fr-FR
- @univerjs/sheets-sort-ui/locale/ru-RU
- @univerjs/sheets-sort-ui/locale/vi-VN
- @univerjs/sheets-sort-ui/locale/zh-CN
- @univerjs/sheets-sort-ui/locale/zh-TW
Readme
@univerjs/sheets-sort-ui
Package Overview
| Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales |
|---|---|---|---|---|---|---|
@univerjs/sheets-sort-ui |
UniverSheetsSortUi |
⭕️ | ⭕️ |
Introduction
@univerjs/sheets-sort-ui provides a user interface for sorting in sheets.
Usage
You should use this plugin with the @univerjs/sheets-sort package.
import '@univerjs/sheets-sort-ui/lib/index.css';
import { UniverSheetsSortPlugin } from '@univerjs/sheets-sort';
import { UniverSheetsSortUIPlugin } from '@univerjs/sheets-sort-ui';
univer.registerPlugin(UniverSheetsSortPlugin);
univer.registerPlugin(UniverSheetsSortUIPlugin);Installation
# Using npm
npm install @univerjs/sheets-sort-ui
# Using pnpm
pnpm add @univerjs/sheets-sort-ui