
data-table-filters
registry.directory/openstatusHQ/data-table-filters
React data tables for shadcn/ui: faceted filters, sorting, infinite scroll and a row sheet, driven by one table schema. Filtering, facet counts and cursor pagination run in SQL with Drizzle. Includes an agent skill and MCP block.
npx shadcn@latest add @data-table-filters/data-table
# works for any of the 15 items in this registry
Featured
data-table
Data table with search, checkbox, slider, date range filters, sorting, infinite scroll, virtualization, and in-memory state management.
data-table-schema
Declarative table definitions with col.* factories, presets, and generators for columns, filters, and sheet fields.
data-table-drizzle
Server-side filtering, faceted search, cursor pagination, and sorting helpers for Drizzle ORM.
data-table-example-infinite
A complete /example route to see the table running before wiring your own data: a table schema, a mock API that filters, computes facets and cursor-paginates in memory with the same semantics as the Drizzle handler, and the infinite table with a timeline chart, URL state, command palette and row sheet. Delete app/example when you have your own.
data-table-filter-command
Command palette for power-user filter input with history and keyboard shortcuts.
data-table-remote
A headless data table that renders from an API endpoint: point it at a table manifest and a list endpoint and it derives columns, filters, sheet fields, row identity and capability-aware degradation with no per-column code.