shadcn-table-view: a component registry that adds sophisticated data table functionality to shadcn/ui projects.
Key features:
- Sortable tables with remote pagination and XHR loading
- Structured search with field-based query syntax (field:value, operators, wildcards, boolean logic)
- Tabbed view management with custom saved views through a pluggable adapter
- Bulk selection with shift-click range support and floating action bar
- Column visibility controls and inline row actions
- Command palette for building queries with field suggestions and autocomplete
The components install into your src directory as editable TypeScript files following shadcn patterns. You modify the source directly when project requirements shift.
Works well for admin dashboards, data analysis tools, and content management interfaces where standard table components lack necessary features.
👉 Blog Post
👉 GitHub Repo
👉 Live Demo
Top comments (0)