BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Registries/niko-table

niko-table

niko-table.com
Freemanifest served live

This registry publishes no description of itself. Everything below was read from its own manifest.

Items

31

2026-08-03Every entry in its own registry.json, counted last night.

Free to install

31

2026-08-03Item endpoints that returned source without credentials.

Behind a key

0

2026-08-03Item endpoints that answered 401.

Last seen

yesterday

2026-08-03The last night the crawl reached this manifest. There is no public repository here, so there is no push date to read.
niko-table.com Semkoo/niko-table-registry registry.json This registry as JSON

Components

Search within
Freeits item endpoint answered without a keyPaidits item endpoint answered 401Unverifiedit serves no item endpoint we could ask
28 in this registry
ComponentWhat the registry says it isKindAccessInstallsCommand
DataTable Asidedata-table-asideSidebar panel component for displaying row details or additional content alongside the table.ComponentsFree1 dep
DataTable Clear Filterdata-table-clear-filterButton to clear all active table filters at once.ComponentsFree1 dep · 2 files
DataTable Column Auto-fitdata-table-column-auto-fitOpt-in even-split fill for resizable columns. Drop <DataTableColumnAutoFit/> next to <DataTableColumnResize/> and the resizable columns grow by an equal share of the leftover space on load (the alternative to the default single-flex-column fill). Self-contained — the body ships no auto-fit code unless you install this.ComponentsFreeno deps · 2 files
DataTable Column Date Filterdata-table-column-date-filterColumn header date filter with calendar picker in a dropdown.ComponentsFree2 deps · 2 files
DataTable Column DnDdata-table-column-dndDrag-and-drop column reordering with composable primitives. Includes DnD provider, draggable header, drag-along cell, and column DnD header/body. Does not ship row DnD.ComponentsFree4 deps · 3 files
DataTable Column Faceted Filterdata-table-column-faceted-filterColumn header faceted filter with multi-select options in a dropdown.ComponentsFree1 dep · 3 files
DataTable Column Hidedata-table-column-hideColumn header option to hide/show individual columns.ComponentsFree1 dep · 2 files
DataTable Column Pindata-table-column-pinColumn header option to pin columns to left or right.ComponentsFree1 dep · 2 files
DataTable Column Resizedata-table-column-resizeOpt-in column resizing with drag handles and double-click autosize (measures natural text width). Keyboard-operable handle. Drop <DataTableColumnResize/> into the table to enable — works with DataTableHeader/Body and the virtualized variants.ComponentsFreeno deps
DataTable Column Slider Filterdata-table-column-slider-filterColumn header slider filter for numeric range filtering in a dropdown.ComponentsFree1 dep · 2 files
DataTable Column Sortdata-table-column-sortColumn header sort options with ascending/descending/clear controls.ComponentsFree1 dep · 2 files
DataTable Date Filterdata-table-date-filterDate picker filter supporting single date and date range selection.ComponentsFree2 deps · 2 files
DataTable Export Buttondata-table-export-buttonExport table data to CSV with configurable options.ComponentsFree1 dep · 2 files
DataTable Faceted Filterdata-table-faceted-filterFaceted filter for single/multiple selection with option counts and search.ComponentsFree1 dep · 3 files
DataTable Filter Menudata-table-filter-menuCommand palette-style filter interface for adding and managing column filters.ComponentsFree1 dep · 3 files
Data Grid — change tracking & persistencedata-table-grid-changesOpt-in useGridChanges hook that observes the uncontrolled grid engine and turns edits into a create/update/delete change-set — for staging saves, autosave, and full CRUD with per-row reconcile. Plain React, no dependency. Requires data-table-grid.ComponentsFreeno deps
DataTable Inline Filterdata-table-inline-filterInline filter toolbar that displays active filters as editable chips.ComponentsFree2 deps · 3 files
DataTable Paginationdata-table-paginationFull-featured pagination controls with page size selector, page navigation, and row count display.ComponentsFree1 dep · 2 files
DataTable Row DnDdata-table-row-dndDrag-and-drop row reordering with composable primitives. Includes DnD provider, draggable row, drag handle, and row DnD table body. Does not ship column DnD.ComponentsFree5 deps · 3 files
DataTable Search Filterdata-table-search-filterGlobal search input with debouncing for filtering table data.ComponentsFree1 dep · 2 files
DataTable Selection Bardata-table-selection-barBulk actions bar that appears when rows are selected.ComponentsFreeno deps
DataTable Slider Filterdata-table-slider-filterSlider-based filter for numeric range filtering.ComponentsFree1 dep · 2 files
DataTable Sort Menudata-table-sort-menuSort management menu with multi-column sorting and drag-and-drop reordering.ComponentsFree5 deps · 2 files
DataTable View DnD Menudata-table-view-dnd-menuColumn visibility toggle menu with drag-to-reorder support. Use instead of data-table-view-menu when you need users to reorder columns from the menu.ComponentsFree5 deps · 2 files
DataTable View Menudata-table-view-menuColumn visibility toggle menu for showing/hiding table columns.ComponentsFree1 dep · 2 files
DataTable Virtualized Structuredata-table-virtualizedVirtualized table structure for rendering large datasets efficiently using TanStack Virtual.ComponentsFree1 dep
DataTable Virtualized Column DnDdata-table-virtualized-column-dndVirtualized column drag-and-drop header/body (`DataTableVirtualizedDndHeader`, `DataTableVirtualizedDndColumnBody`). Requires data-table-virtualized + data-table-column-dnd. Does not ship row DnD.ComponentsFree3 deps
DataTable Virtualized Row DnDdata-table-virtualized-row-dndVirtualized row drag-and-drop body (`DataTableVirtualizedDndBody`). Requires data-table-virtualized + data-table-row-dnd. Does not ship column DnD.ComponentsFree3 deps

Blocks

Search within
2 in this registry
ComponentWhat the registry says it isKindAccessInstallsCommand
Data Tabledata-tableCore DataTable component built with TanStack Table and Shadcn UI. Includes table structure, context, types, hooks, utilities, and base components (column header, toolbar section, empty state).BlocksFree2 deps · 37 files
Data Grid (editable)data-table-gridComposable editable spreadsheet grid: a headless engine (focus, selection, edit lifecycle, undo/redo, clipboard — all rowId-addressed so sort/filter work while editing) + a skin composed with DataTableRoot and the virtualized body. Keyboard cell nav, drag range-select with edge auto-scroll, quote-aware TSV copy/cut/paste with one-to-many tiling, fill handle, drag-move, dynamic columns, row drag-to-reorder, selection status bar, cross-highlight, and text/number/checkbox/date/select/combobox cells. Virtualized to 100k+ rows.BlocksFree1 dep · 31 files

Utilities

Search within
1 in this registry
ComponentWhat the registry says it isKindAccessInstallsCommand
DataTable Column Sizing Persistencedata-table-column-sizing-persistenceOpt-in localStorage persistence for column widths. Call useColumnSizingPersistence(storageKey) and wire the returned columnSizing + onColumnSizingChange into <DataTableRoot> so resized widths survive reloads. Writes immediately, SSR-safe, and sanitizes corrupt storage.UtilitiesFreeno deps
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex