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
Get started with Seizen Table by installing the package in your React project.Prerequisites
Seizen Table requires the following peer dependencies:- React 19 or higher
- React DOM 19 or higher
- Zod 4 or higher
Make sure your project meets these requirements before installing Seizen Table.
Install the Package
Install@izumisy/seizen-table using your preferred package manager:
Import Styles
Seizen Table requires its CSS to be imported in your application. Add this to your root component or entry file:App.tsx
main.tsx
Verify Installation
To verify the installation was successful, try importing the main exports:Optional: Install Plugins
Seizen Table has official plugins that add powerful features. Install them separately as needed:- FilterPlugin - Advanced filtering UI with type-aware operators
- ColumnControlPlugin - Column visibility controls and multi-column sorting
- FileExportPlugin - Export table data to CSV, JSONL, and TSV
- RowDetailPlugin - Display row details in a side panel
- PresetFilterPlugin - Quick filter buttons with predefined filters
Plugins are optional. The core
@izumisy/seizen-table package works standalone.Next Steps
Quick Start
Build your first table in under 5 minutes