@test-univer/sheets-filter-ui
v0.1.1
Published
Univer Sheets Filter UI
Readme
@univerjs/sheets-filter-ui
Package Overview
| Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales |
| --- | --- | --- | --- | --- | :---: | :---: |
| @univerjs/sheets-filter-ui | UniverSheetsFilterUi | |
|
| ⭕️ | ⭕️ |
Introduction
@univerjs/sheets-filter-ui provides a user interface for filtering in sheets.
Usage
You should use this plugin with the @univerjs/sheets-filter package.
import '@univerjs/sheets-filter-ui/lib/index.css';
import { UniverSheetsFilterPlugin } from '@univerjs/sheets-filter';
import { UniverSheetsFilterUIPlugin } from '@univerjs/sheets-filter-ui';
univer.registerPlugin(UniverSheetsFilterPlugin);
univer.registerPlugin(UniverSheetsFilterUIPlugin);Installation
# Using npm
npm install @univerjs/sheets-filter-ui
# Using pnpm
pnpm add @univerjs/sheets-filter-ui