@univerjs/sheets-filter v0.5.0-beta.1 • Docs
Interface: IFilters
Basic filters (filter by value).
Properties
Property | Type | Description | Defined in |
---|---|---|---|
blank? | true | Filter by blank. If this field is present, blank cells would be visible. | sheets-filter/src/models/types.ts:56 |
filters? | string [] | Filter by values. Cells with values in this array would be visible. | sheets-filter/src/models/types.ts:57 |