Skip to content

Latest commit

 

History

History

sheets-sort-ui

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@univerjs/sheets-sort-ui

npm version license CSS Included i18n

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