@univerjs/sheets-sort-ui
Sorting menus and panels for Univer Sheets.
TypeScript
import { UniverSheetsSortUIPlugin } from '@univerjs/sheets-sort-ui'univer.registerPlugin(UniverSheetsSortUIPlugin, IUniverSheetsSortUIConfig)Entry Points
- Locale:
@univerjs/sheets-sort-ui/locale/*
IUniverSheetsSortUIConfig
TypeScript
import type { MenuConfig } from '@univerjs/ui'export interface IUniverSheetsSortUIConfig { menu?: MenuConfig}How is this guide?