zhaojinyu e984acc6d0 first commit 3 months ago
..
lib e984acc6d0 first commit 3 months ago
LICENSE e984acc6d0 first commit 3 months ago
README.md e984acc6d0 first commit 3 months ago
package.json e984acc6d0 first commit 3 months ago

README.md

@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