D
openstatusHQ
/
data-table-filters
/
blocks
Files
Code
Info
Data Table with Filters
data-table
Data table with search, checkbox, slider, date range filters, sorting, infinite scroll, virtualization, and in-memory state management.
Data Table Row Actions
data-table-actions
Row, bulk, and filter-scoped actions declared next to their Drizzle handlers and rendered from JSON: the list endpoint advertises what can be done to each row, the UI renders buttons, one POST applies it in a transaction.
Data Table Cell Renderers
data-table-cell
Cell renderer system with 12 types: text, code, badge, boolean, star, number, status-code, level-indicator, timestamp, heatmap, bar, and gauge.
Timeline Chart
data-table-chart
Stacked timeline bar chart above the table: one bar per time bucket, one series per level, drag to select a range and zoom the table's time filter to it. Ships the bucketing helper that turns rows into chart data with the same semantics as the Drizzle handler.
Data Table Drizzle ORM Helpers
data-table-drizzle
Server-side filtering, faceted search, cursor pagination, and sorting helpers for Drizzle ORM.
Example: infinite table
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 Palette
data-table-filter-command
Command palette for power-user filter input with history and keyboard shortcuts.
Data Table AI Filter Command Palette
data-table-filter-command-ai
AI-powered command palette that translates natural language queries into structured table filters. Provider-agnostic — works with any LLM via Vercel AI SDK.
Data Table MCP Server
data-table-mcp
Expose your data table as an MCP endpoint for AI agents. Auto-generates tool schema from BYOS field definitions. Stateless, serverless-compatible.
Data Table nuqs Store Adapter
data-table-nuqs
URL-based state management adapter using nuqs for shareable, bookmarkable filter state.
Data Table Query Layer
data-table-query
React Query infinite query integration with a pluggable transport (base URL, headers, credentials, response parsing), cursor and offset pagination strategies, and faceted search helpers.
Data Table Remote
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.
Data Table Schema System
data-table-schema
Declarative table definitions with col.* factories, presets, and generators for columns, filters, and sheet fields.
Data Table Sheet Detail Panel
data-table-sheet
Row detail side panel with cell renderers, keyboard navigation, and copy-to-clipboard.
Data Table zustand Store Adapter
data-table-zustand
Client-side state management adapter using zustand for app-level filter persistence.
Select a component to view its code
Click on any item in the sidebar to get started
Select a component to view its information
Data Table with Filters
data-table
Data table with search, checkbox, slider, date range filters, sorting, infinite scroll, virtualization, and in-memory state management.
Data Table Row Actions
data-table-actions
Row, bulk, and filter-scoped actions declared next to their Drizzle handlers and rendered from JSON: the list endpoint advertises what can be done to each row, the UI renders buttons, one POST applies it in a transaction.
Data Table Cell Renderers
data-table-cell
Cell renderer system with 12 types: text, code, badge, boolean, star, number, status-code, level-indicator, timestamp, heatmap, bar, and gauge.
Timeline Chart
data-table-chart
Stacked timeline bar chart above the table: one bar per time bucket, one series per level, drag to select a range and zoom the table's time filter to it. Ships the bucketing helper that turns rows into chart data with the same semantics as the Drizzle handler.
Data Table Drizzle ORM Helpers
data-table-drizzle
Server-side filtering, faceted search, cursor pagination, and sorting helpers for Drizzle ORM.
Example: infinite table
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 Palette
data-table-filter-command
Command palette for power-user filter input with history and keyboard shortcuts.
Data Table AI Filter Command Palette
data-table-filter-command-ai
AI-powered command palette that translates natural language queries into structured table filters. Provider-agnostic — works with any LLM via Vercel AI SDK.
Data Table MCP Server
data-table-mcp
Expose your data table as an MCP endpoint for AI agents. Auto-generates tool schema from BYOS field definitions. Stateless, serverless-compatible.
Data Table nuqs Store Adapter
data-table-nuqs
URL-based state management adapter using nuqs for shareable, bookmarkable filter state.
Data Table Query Layer
data-table-query
React Query infinite query integration with a pluggable transport (base URL, headers, credentials, response parsing), cursor and offset pagination strategies, and faceted search helpers.
Data Table Remote
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.
Data Table Schema System
data-table-schema
Declarative table definitions with col.* factories, presets, and generators for columns, filters, and sheet fields.
Data Table Sheet Detail Panel
data-table-sheet
Row detail side panel with cell renderers, keyboard navigation, and copy-to-clipboard.
Data Table zustand Store Adapter
data-table-zustand
Client-side state management adapter using zustand for app-level filter persistence.
Select a component to view its code
Click on any item in the sidebar to get started
Select a component to view its information