zhaojinyu e984acc6d0 first commit 10 月之前
..
lib e984acc6d0 first commit 10 月之前
LICENSE e984acc6d0 first commit 10 月之前
README.md e984acc6d0 first commit 10 月之前
package.json e984acc6d0 first commit 10 月之前

README.md

@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