Join our Discord Community
Tables

👋 This is a community-driven shadcn/ui resource. For the official documentation, visit ui.shadcn.com

Searchable Filterable Data Table

Searchable and filterable data table with real-time search input and status filter dropdown to narrow down results

Looking to implement shadcn/ui blocks?

Join our Discord community for help from other developers.


Finding specific rows in large tables? This React searchable table adds a search input and filter dropdown above the table for instant filtering. Built with shadcn/ui Table, Input, and Select components with Lucide React icons, users can type to search across name and email fields while the status dropdown filters by active/inactive/all. Results update in real-time as you type with a subtle count showing filtered vs total entries—perfect for user directories, customer lists, or any interface where quick data lookup beats endless scrolling.

Loading preview...

Installation

npx shadcn@latest add https://www.shadcn.io/registry/table-search-01.json
npx shadcn@latest add https://www.shadcn.io/registry/table-search-01.json
pnpm dlx shadcn@latest add https://www.shadcn.io/registry/table-search-01.json
bunx shadcn@latest add https://www.shadcn.io/registry/table-search-01.json

Questions you might have