Data Table Drizzle ORM Helpers
data-table-filters/data-table-drizzleFreeBlock
Server-side filtering, faceted search, cursor pagination, and sorting helpers for Drizzle ORM.
Install it
npx shadcn@latest add https://logs.run/r/data-table-drizzle.jsonSource
1export { buildWhereConditions } from "./filters";2export { computeFacets } from "./facets";3export { buildOrderBy } from "./sorting";4export { buildCursorPagination } from "./pagination";5export { createDrizzleHandler } from "./handler";6export type { DrizzleHandlerConfig, DrizzleHandlerResult } from "./handler";7export type {8 ColumnMapping,9 DrizzleDB,10 SortDescriptor,11 CursorPaginationParams,12} from "./types";
What it pulls in
npm packages
Other registry items
Files it writes
More from data-table-filters
All 11 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Data Table with Filtersdata-table | data-table-filters | Blocks | Free | 17 deps · 53 files | |
| Data Table Cell Renderersdata-table-cell | data-table-filters | Blocks | Free | 4 deps · 17 files | |
| Data Table Filter Command Palettedata-table-filter-command | data-table-filters | Blocks | Free | 2 deps · 2 files | |
| Data Table AI Filter Command Palettedata-table-filter-command-ai | data-table-filters | Blocks | Free | 6 deps · 11 files | |
| Data Table MCP Serverdata-table-mcp | data-table-filters | Blocks | Free | 2 deps · 5 files | |
| Data Table nuqs Store Adapterdata-table-nuqs | data-table-filters | Blocks | Free | 1 dep · 4 files | |
| Data Table Query Layerdata-table-query | data-table-filters | Blocks | Free | 3 deps · 3 files | |
| Data Table Schema Systemdata-table-schema | data-table-filters | Blocks | Free | 1 dep · 13 files |
