Create Interactive Data Filters
Generate code and specifications for interactive data filters that make complex datasets searchable and user-friendly.
Prompt Template
Variables to Customize
[DATASET_DESCRIPTION] Description of your dataset and its purpose
Example: E-commerce product catalog with 10,000+ items including electronics, clothing, and home goods
[DATA_FIELDS] List of data columns that need filtering
Example: product_name, category, price, brand, rating, availability, color, size, date_added
[TARGET_USERS] Who will be using these filters
Example: Online shoppers looking to find specific products quickly
[USE_CASE] Primary purpose of the filtering system
Example: Help customers narrow down product search results and find items matching their preferences
[TECH_STACK] Technology framework you're using
Example: React with TypeScript, using Material-UI components
[FILTER_TYPES] Specific types of filters needed
Example: text search, price range slider, category dropdown, brand multi-select, rating filter
[PERFORMANCE_REQUIREMENTS] Performance constraints or requirements
Example: Filters must update results in under 200ms, handle 50,000+ records efficiently
Example Output
Pro Tips for Best Results
- Use debouncing for text search filters to avoid excessive API calls while users type
- Implement progressive disclosure - show only the most important filters initially, with an option to expand
- Add visual feedback like result counts or loading spinners to show filter effects immediately
- Consider filter dependencies - hide irrelevant options when other filters are applied
- Test with large datasets to ensure smooth performance and consider implementing virtual scrolling for results
Tags
Want 500+ Expert Prompts?
Get the Premium Prompt Pack — organized, tested, and ready to use.
Get it for $29Related Prompts You Might Like
Implement Search Functionality
I need to implement search functionality for my [APPLICATION_TYPE] application. Here are the key requirements: **Techni...
Clean Messy CSV Data
You are a data cleaning specialist. I need help cleaning a messy CSV dataset. Please analyze the data and provide a comp...
Create Pivot Tables in Excel
I need step-by-step instructions to create a pivot table in Excel for my data analysis project. Please provide comprehen...
Create Professional Financial Report Template
Create a comprehensive financial report template for [COMPANY_TYPE] covering the [REPORTING_PERIOD]. The template should...
Write Complex Excel Formulas
You are an Excel formula expert. I need you to create a complex Excel formula for the following scenario: **Data Contex...
Cluster Customer Behavior Data
You are a data scientist specializing in customer analytics. I need you to analyze customer behavior data and create mea...