The PresetFilterPlugin provides preset filter buttons and a global search bar in the table header. It’s ideal for common filter patterns that users access frequently, like “Active Users”, “High Value Orders”, or “Recent Items”.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/IzumiSy/seizen-table/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Import
Basic Usage
Configuration
Array of preset filter definitions. Each preset represents a named filter that can be applied with one click.
Label for the “All” button that clears all filters
Enable the global search bar for filtering across all columns
Placeholder text for the search input
Debounce delay for search input in milliseconds
Preset Definition
Each preset has the following structure:Filter Operators
String Operators
contains, not_contains, equals, not_equals, starts_with, ends_with, is_empty, is_not_empty
Number Operators
eq, neq, gt, gte, lt, lte
Date Operators
before, after, on
Enum Operators
is, is_not
Complete Examples
E-commerce Orders
User Management
Multiple Filter Conditions
You can combine multiple filter conditions in a single preset using AND logic:Column Requirements
Tips
The global search works across all columns that have a
filterType defined in their meta.Multiple filter conditions within a single preset are combined with AND logic. All conditions must match for a row to be included.