table-filters

Installation
SKILL.md

Table Filters

When the user is building a table that needs filters, analyze the columns and design the filtering UX.

Step 1: Analyze Each Column

For each column in the table, determine the filter type:

Data Pattern Filter Type Example Columns
Free text, names, descriptions Contains Product Name, Notes, Customer
Fixed set of values (<20 options) Checkboxes Status, Category, Priority, Type
Numeric values Range Price, Quantity, Age, Score
Dates Date Range Created, Updated, Due Date
Boolean Toggle Active, Verified, Published

Step 2: Implement the Filter Layout

Related skills
Installs
106
GitHub Stars
22
First Seen
Jan 20, 2026