|
|
3 months ago | |
|---|---|---|
| .. | ||
| lib | 3 months ago | |
| LICENSE | 3 months ago | |
| README.md | 3 months ago | |
| package.json | 3 months ago | |
| Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales |
|---|---|---|---|---|---|---|
@univerjs/sheets-filter-ui |
UniverSheetsFilterUi |
⭕️ | ⭕️ |
@univerjs/sheets-filter-ui provides a user interface for filtering in sheets.
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);
# Using npm
npm install @univerjs/sheets-filter-ui
# Using pnpm
pnpm add @univerjs/sheets-filter-ui